You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For general feedback and support requests, send an email to [email protected].
55
52
56
53
You can also find assistance via IRC on #rackspace at freenode.net.
57
54
58
-
Getting Started with OpenStack/Rackspace
59
-
----------------------------------------
60
-
To sign up for a Rackspace Cloud account, go to
61
-
http://www.rackspace.com/cloud and follow the prompts.
62
-
63
-
If you are working with an OpenStack deployment, you can find more
64
-
information at http://www.openstack.org.
65
-
66
-
### Requirements
67
-
68
-
We are not able to test and validate every possible combination of PHP
69
-
versions and supporting libraries, but here's our recommended minimum
70
-
version list:
71
-
72
-
* PHP 5.3 (note: Travis validates against 5.4 and 5.5 as well)
73
-
* CURL extensions to PHP
74
-
75
-
### Installation
76
-
77
-
In the .zip or .tar file in which you received the library, everything under
78
-
the `lib/` directory should be installed in a location that is accessible. If you're not using a dependency manager like Composer, you will have to reference the php-opencloud file (which registers the library namespaces):
79
-
80
-
// Include the autoloader
81
-
require_once '/path/to/lib/php-opencloud.php';
82
-
83
-
Once the OpenCloud namespace is registered, you will be able to access all functionality by referencing the class's namespace (in full PSR-0 compliance). For more information about namespaces, check out [PHP's documentation](http://php.net/manual/en/language.namespaces.php).
84
-
85
55
Contributing
86
56
------------
87
-
If you'd like to contribute to **php-opencloud**, see the
0 commit comments