havvg / php-cctrl
This package is abandoned and no longer maintained.
No replacement package was suggested.
php-cctrl is "yet another" PHP 5.3+ library to operate on the cloudControl API.
dev-feature/rewrite / 1.1.x-dev
2013-02-14 11:26 UTC
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.