The Rackspace Cloud SDK for PHP contains a language API, Getting Started Guide, API Reference Manual, Quick Reference, Release Notes, and sample code.
Minimum requirements
The Rackspace Cloud SDK for PHP requires the following:
PHP version 5.3 or later
The PHP CURL library extension (this is commonly installed with PHP)
Installation instructions
Download the current version of the API (see below).
Unzip/Unpack it into a directory that is in your PHP's
include_path. For example, if yourinclude_pathhas/usr/lib/phpin it, then you can unzip the file into/usr/lib/php/opencloudand use include('opencloud/rackspace.inc'). Check yourphp.inifile to see what yourinclude_pathis currently set to.If you want to use the sample code, you will either need to set the environment variables they expect, or edit the code to use your own username, tenant ID, and API key.
See Getting Started with php-opencloud for more information.
Current version - 1.4.1
Download the SDK – language bindings, sample code, and documentation.
Getting Started with php-opencloud – information and examples to get you started.
API Reference Manual – detailed documentation for the classes and methods.
php-opencloud Quick Reference – quick reference information for the services available.
Release Notes – release notes for software versions.
Samples – code samples demonstrating how to accomplish common tasks.

