Basic PHP Class for basic functions

kabatak

Well-Known Member
Jun 10, 2009
149
9
68
Is there a recommended or official ready-made PHP class/SDK somewhere for basic Cpanel functions like:
  • 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);
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
  • Like
Reactions: kabatak