PHP-Klasse::WHM XML API 28.09.2007

Kurzbeschreibung: Manipulate cpanel/WHM accounts using its XML API
Veröffentlicht am: 28.09.2007
Gruppe(n):
- Hosting
- PHP 5
- Web services
Beschreibung:
This class can be used to manipulate Cpanel/WHM hosting accounts using the XML Web services API.
It can establish secure HTTP connections to a Web server to manage Cpanel/WHM accounts and authenticates on behalf of a given Cpanel user.
The class can execute several types of requests:
- Retrieve the XML API version
– Retrieve the server host name
– List the active hosting accounts
– List the available packages
– Create a new account
– Retrieve a summary about an account
– Change the password of an account
– Suspend, unsuspend and terminate an account
– Upgrade or downgrade a package
Link: WHM XML API