Class to interface with the Cloudlinux Licensing API to manage Cloudlinux and KernelCare License Types. More info at https://www.cloudlinux.com/
Site | Status |
---|---|
Install with composer like
composer require detain/cloudlinux-licensing
Initialize passing the API credentials like
use Detain\Cloudlinux\Cloudlinux;
$cloudlinux = new Cloudlinux('API Username', 'API Password');
foreach ($cl->reconcile() as $license)
echo $license['IP'].' is type '.$license['TYPE'].'. server registered in CLN with license: '.var_export($license['REGISTERED'], true) . "\n";
Cloudlinux Licensing class is licensed under the LGPL-v2.1 license.