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-licensingInitialize passing the API credentials like
useDetain\Cloudlinux\Cloudlinux;
$cloudlinux = newCloudlinux('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.








