imagin / guzzle-openstack
PHP Clients for Openstack API
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 5
pkg:composer/imagin/guzzle-openstack
Requires
- php: >=5.3.2
- guzzle/guzzle: >=3.4.0,<4.0
This package is not auto-updated.
Last update: 2020-01-19 15:46:19 UTC
README
Interact with Openstack Cloud using the Guzzle framework for building RESTful web service clients in PHP.
This is a work in progress, in it's current state is still unusable.
Brief explanation of the clients
IdentityClient - Client for Identity Service (Keystone)
ComputeClient - Client for Compute Service (Nova)
StorageClient - Client for Storage Service (Swift) <- Development hasn't started yet.
OpenstackClient - One client to rule them all!
Testing
Run phpunit on the project's root.
More information
- See https://github.com/guzzle/guzzle for more information about Guzzle, a PHP framework for building RESTful webservice clients.Guzzle Openstack Client