Basic PHP Class for basic functions
Is there a recommended or official ready-made PHP class/SDK somewhere for basic Cpanel functions like:
[LIST]
create new account
suspend account
terminate account
By ready-made I mean, all the end-user has to do this something like
[PHP]require 'cpanel.php';
$cpanel = new Cpanel;
$cpanel->create_account($params);[/PHP]
-
Hello :) While not offered in a ready-made format exactly as you have described, A PHP Class for interacting with cPanel's XML-API is available with examples at: GitHub - CpanelInc/xmlapi-php: A PHP Class for Interacting with cPanel's XML-API Thank you. 0
Please sign in to leave a comment.
Comments
1 comment