2017 © Pedro Peláez
 

library zf2-opencloud-skeleton-app

Skeleton Application for php-opencloud-zf2

image

jamiehannaford/zf2-opencloud-skeleton-app

Skeleton Application for php-opencloud-zf2

  • Friday, January 17, 2014
  • by jamiehannaford
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

A skeleton app for php-opencloud-zf2

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., (*1)

This repo was originally a fork of the official ZF2 skeleton app., (*2)

Installation

Step 1: Create project

Create the directory that your app will sit in, and then install the skeleton app:, (*3)

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:, (*4)

cp ./vendor/jamiehannaford/php-opencloud-zf2/config/opencloud.local.php.dist ./config/autoload/opencloud.local.php

The Versions

17/01 2014

dev-master

9999999-dev

Skeleton Application for php-opencloud-zf2

  Sources   Download

Apache-2.0

The Requires