havvg / php-cctrl
php-cctrl is "yet another" PHP 5.3+ library to operate on the cloudControl API.
Installs: 168
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/havvg/php-cctrl
Requires
- php: >=5.3
- havvg/http-exception: 1.0.*
- kriswallsmith/buzz: 0.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2016-11-19 07:17:04 UTC
README
php-cctrl is "yet another" PHP 5.3+ library to operate on the cloudControl API.
Examples
For example usages see the doc/examples
directory.
Tests
The used testing framework is PHPUnit at 3.6.
In order to run them, you need to install the required vendors by issuing the php vendor/vendors.php
command.