This is a skeleton app that provides an example implementation of an app that uses php-opencloud-zf2, a ZF2 module for the Rackspace PHP SDK. This example app acts as a rudimentary control panel - but you can easily adapt it to fit your needs.
This repo was originally a fork of the official ZF2 skeleton app.
Create the directory that your app will sit in, and then install the skeleton app:
mkdir zf2-app
php composer.phar create-project -sdev jamiehannaford/zf2-opencloud-skeleton-app zf2-app/
cd zf2-app
php composer.phar install
Execute this command and then populate the file with your credentials:
cp ./vendor/jamiehannaford/php-opencloud-zf2/config/opencloud.local.php.dist ./config/autoload/opencloud.local.php