11php-plesk
22============
33
4+ Origin
5+ ------
6+ Original fork of: [ pmill/php-plesk] ( https://github.com/pmill/php-plesk )
7+
48Introduction
59------------
610
@@ -20,13 +24,14 @@ The following features are currently supported:
2024* List database servers
2125* List/add/delete databases
2226* Add database users
27+ * Create single sign-on session
2328* Further functionality can be seen in the examples folder
24- * Email dev.DALTCORE@gmail.com with requests for exposing further functionality
29+ * Open a ticket with requests for exposing further functionality
2530
2631Requirements
2732------------
2833
29- This library package requires PHP 5.4 or later and Plesk 12.0 or above.
34+ This library package requires PHP 5.4 or later and Plesk 12.0 till 17.5
3035
3136
3237Usage
@@ -49,78 +54,15 @@ Further examples are available in the examples directory.
4954Version History
5055---------------
5156
52- Unversioned (13 Apr 2013)
53-
54- * First public release of php-plesk.
55-
56- 0.1.0 (08/10/2014)
57-
58- * Updated Create Email Address xml payload for newer versions of the Plesk API
59- * Exposed further functionality
60-
61- 0.2.0 (09/10/2014)
62-
63- * Added support for composer installs
64- * Updated code for psr-0 autoloading
65- * Updated code for psr-1 basic coding standard
66- * Updated code for psr-2 coding style guide
67-
68- 0.3.0 (16/10/2014)
69-
70- * Added functionality for ip addresses, service plans, clients, subscriptions and server information
71- * Added test script
72- * Updated classes to throw exceptions when requests fail
73- * Sorted examples folder into areas of functionality
74-
75- 0.4.0 (05/02/2015)
76-
77- * Added functionality for databases
78- * Updated test script
79-
80- 0.5.0 (08/03/2016)
81-
82- * Added secret key functionality
83- * Updated error handling to expose Plesk error code
84- * Added html entity escaping
85-
86- 0.5.1 (05/04/2016)
87-
88- * Added mail preferences functionality
89- * Added wordpress functionality
90- * Added APS functionality
91- * Added ssl certificate functionality
92-
93- 0.5.2 (18/05/2016)
94-
95- * Updated ListSubscriptions to retrieve plan guids
96- * Updated GetServicePlan to accept 'guid' as a filter option
97- * Updated DeleteSiteAlias to accept 'alias' as a filter option
98-
99- 0.5.3 (24/05/2016)
100-
101- * Code quality improvements
102- * Updated ListSubscriptions to retrieve subscription status
103-
104- 0.5.4 (13/06/2016)
105-
106- * Added GetSubscription functionality (thanks [ ghermans] ( https://github.com/ghermans ) )
107-
108- 0.5.5 (15/08/2016)
109-
110- * Added GetTraffic functionality (thanks [ texh] ( https://github.com/texh ) )
111- * Added ListDNS functionality (thanks [ carlswart] ( https://github.com/carlswart ) )
112-
113- 0.5.6 (01/09/2016)
114-
115- * Error handling bug fix
116- * Exposed service plan guid property (thanks [ ghermans] ( https://github.com/ghermans ) )
57+ See the [ CHANGELOG.md] ( CHANGELOG.md ) file.
11758
11859
11960Copyright and License
12061---------------------
12162
12263php-plesk
123- Copyright (c) 2013 DALTCORE (dev.DALTCORE@gmail.com )
64+ Copyright (c) 2013 pmill (dev.pmill@gmail.com )
65+ Copyright (c) 2018 DALTCORE
12466All rights reserved.
12567
12668Redistribution and use in source and binary forms, with or without
0 commit comments