php-opencloud/openstack is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and idiomatic way. This binding is specifically designed for OpenStack APIs, but other provider SDKs are available. Multiple OpenStack services, and versions of services, are supported.
- Official documentation
- Reference documentation
- Developer support
- Mailing list
- Contributing guide
- Code of Conduct
- PHP 5.6
- cURL extension
composer require php-opencloud/openstack
This will automatically add the following lines to your local composer.json
file:
{
"require": {
"php-opencloud/openstack": "X.Y.Z"
}
}
where X.Y.Z
is the most recent release version. For a more comprehensive installation guide, please consult our
official documentation.
If you're struggling with something or have spotted a potential bug, feel free to submit an issue to our bug tracker.
For general feedback and support requests, contact us on the Rackspace Developer portal.
Engaging the community and lowering barriers for contributors is something we care a lot about. For this reason, we've taken the time to write a contributing guide for folks interested in getting involved in our project. If you're not sure how you can get involved, feel free to submit an issue or contact us. You don't need to be a PHP expert - all members of the community are welcome!