jamiehannaford / zf2-opencloud-skeleton-app
Skeleton Application for php-opencloud-zf2
dev-master
2014-01-17 15:54 UTC
Requires
- php: >=5.3.3
- jamiehannaford/php-opencloud-zf2: ~1.0
- zendframework/zendframework: 2.2.*
This package is not auto-updated.
Last update: 2024-11-05 02:04:23 UTC
README
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.
Installation
Step 1: Create project
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/
Step 2: Install dependencies
cd zf2-app
php composer.phar install
Step 3: Configuration
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