PHP Class for Rackspace CloudDB Service
I threw together a little PHP class to access the Cloud Database service by Rackspace since I didn't see any available from Rackspace or on GitHub yet.
Example Usage - List Instances
<?php
// Set up connection
$rcdb = new RackspaceCloudDB('username','api_key','acct_id');
// execute request
$responseObject = $rcdb->listInstances();
// View Response
echo '<pre>'.print_r($responseObject,true).'</pre>';
?>
Written by Andy Fleming
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#