Welcome to php-opencloud!¶
Installation¶
Once you have installed the library, you will need to load the autoloader (which registers all the required namespaces). To do this, place the following line of PHP code at the top of your application’s PHP files:
require 'Opencloud/autoload.php';
Read the Getting Started with OpenStack or Getting Started with Rackspace to help you get started with basic Compute operations.
Note
If you are running PHP 5.3, please see our Using the SDK with PHP v5.3 guide.
Services¶
Usage tips¶
Help and support¶
If you have specific problems or bugs with this SDK, please file an issue on our official Github. We also have a mailing list, so feel free to join to keep up to date with all the latest changes and announcements to the library.
For general feedback and support requests, send an email to sdk-support@rackspace.com.
You can also find assistance via IRC on #rackspace at freenode.net.
Contributing¶
If you’d like to contribute to the project, or require help running the unit/acceptance tests, please view the contributing guidelines.