2017 © Pedro Peláez
 

library cloudlinux-licensing

Cloudlinux Licensing Class

image

detain/cloudlinux-licensing

Cloudlinux Licensing Class

  • Tuesday, July 24, 2018
  • by detain
  • Repository
  • 1 Watchers
  • 1 Stars
  • 387 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

Cloudlinux Licensing API

Logo Class to interface with the Cloudlinux Licensing API to manage Cloudlinux and KernelCare License Types. More info at https://www.cloudlinux.com/, (*1)

Site Status
Travis-CI Build Status
CodeClimate Code Climate Test Coverage Issue Count
Scrutinizer Scrutinizer Code Quality Code Coverage Build Status
Codacy Codacy Badge Codacy Badge
Coveralls Coverage Status
Packagist Latest Stable Version Total Downloads Latest Unstable Version Monthly Downloads Daily Downloads License

Installation

Install with composer like, (*2)

composer require detain/cloudlinux-licensing

Basic Usage

Initialization

Initialize passing the API credentials like, (*3)

use Detain\Cloudlinux\Cloudlinux;

$cloudlinux = new Cloudlinux('API Username', 'API Password');

List Licensed IPs

foreach ($cl->reconcile() as $license)
    echo $license['IP'].' is type '.$license['TYPE'].'. server registered in CLN with license: '.var_export($license['REGISTERED'], true) . "\n";

License

Cloudlinux Licensing class is licensed under the LGPL-v2.1 license., (*4)

The Versions

24/07 2018

dev-master

9999999-dev

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1 LGPL-2.1-or-later LGPL-2.1-only

The Requires

 

The Development Requires

administration license cloudlinux

18/08 2017

v1.0.4

1.0.4.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

 

The Development Requires

administration license cloudlinux

16/06 2017

v1.0.3

1.0.3.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

 

The Development Requires

administration license cloudlinux

16/06 2017

v1.0.2

1.0.2.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

 

The Development Requires

administration license cloudlinux

15/06 2017

v1.0.1

1.0.1.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

 

The Development Requires

administration license cloudlinux

31/05 2017

v1.0.0

1.0.0.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

 

The Development Requires

administration license cloudlinux

26/05 2017

v0.0.1

0.0.1.0

Cloudlinux Licensing Class

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.0.0
  • ext-soap *

 

administration license cloudlinux