2017 © Pedro Peláez
 

library phpcclib

cloudControl api helper

image

cloudcontrol/phpcclib

cloudControl api helper

  • Monday, July 14, 2014
  • by MatthiasWiesner
  • Repository
  • 12 Watchers
  • 7 Stars
  • 963 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Readme

Install With Composer:

Get composer to your project folder:, (*1)

$ curl -s https://getcomposer.org/installer | php

Create a file composer.json with:, (*2)

{
    "require": {
        "cloudcontrol/phpcclib": "dev-master"
    },
    "repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net"
        }
    ]
}

Run in your project folder:, (*3)

$ ./composer.phar install

Usage Example:

auth($email, $password);

foreach($api->application_getList() as $app){
    printf("%s (%s)%s", $app->name, $app->type->name, PHP_EOL);
}
?>

The Versions

14/07 2014

dev-master

9999999-dev https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

14/07 2014

v0.1.6

0.1.6.0 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

21/05 2014

v0.1.5

0.1.5.0 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

21/05 2014

dev-dev

dev-dev https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

21/03 2014

0.1.3.9

0.1.3.9 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

21/03 2014

0.1.3.8

0.1.3.8 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear.php.net/http_request2 2.2.1

 

cloudcontrol

03/01 2014

0.1.3.7

0.1.3.7 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear/http_request2 *

 

cloudcontrol

14/02 2013

0.1.3.6

0.1.3.6 https://github.com/cloudControl/phpcclib

cloudControl api helper

  Sources   Download

Apache License

The Requires

  • pear-pear/http_request2 *

 

cloudcontrol