Is there a recommended or official ready-made PHP class/SDK somewhere for basic Cpanel functions like:
- create new account
- suspend account
- terminate account
PHP:
require 'cpanel.php';
$cpanel = new Cpanel;
$cpanel->create_account($params);