malc0mn / upcloud
UpCloud API v1.2.x PHP 5.4+ library
0.9.0
2017-09-30 18:21 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- fabpot/php-cs-fixer: ~1.11
- guzzle/guzzle: ~3.7
- guzzlehttp/guzzle: ~5.0|~6.0
- kriswallsmith/buzz: ~0.10
- phpspec/phpspec: ~2.4
Suggests
- guzzle/guzzle: To use GuzzleAdapter, require guzzle/guzzle:~3.7.
- guzzlehttp/guzzle: To use GuzzleHttpAdapter, require guzzlehttp/guzzle:~5.0|~6.0.
- kriswallsmith/buzz: To use BuzzAdapter, require kriswallsmith/buzz:~0.10.
This package is not auto-updated.
Last update: 2024-11-10 01:51:02 UTC
README
Work in progress, but it is functional! Only tested with the GuzzleHttpAdapter for now.
UpCloud API documentation
The full API documentation can be found on https://www.upcloud.com/api/ and has been partly added to the PHP DocBlocks.
Credits
The original version of this API is done by skaisser but as it was a shameless and uncredited copy of the DigitalOceanV2 api by toin0u, I have removed most references but left in a few nonetheless. This version has been forked by integr.io for use in one of our Symfony applications as the original was not functional at all.