Atom feed of this document
 

 Rackspace Cloud SDK for PHP

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

  1. Download the current version of the API (see below).

  2. Unzip/Unpack it into a directory that is in your PHP's include_path. For example, if your include_path has /usr/lib/php in it, then you can unzip the file into /usr/lib/php/opencloud and use include('opencloud/rackspace.inc'). Check your php.ini file to see what your include_path is currently set to.

  3. 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.

  4. See Getting Started with php-opencloud for more information.

Current version - 1.4.1