2017 © Pedro Peláez
 

library zf2-foundation

Foundation classes for ZF2 applications

image

netsensia/zf2-foundation

Foundation classes for ZF2 applications

  • Wednesday, November 20, 2013
  • by Chrismo2012
  • Repository
  • 0 Watchers
  • 0 Stars
  • 229 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Netsensia Foundation Classes for Zend Framework 2 Applications

This is the hosted packagist module that is used in the Netsensia ZF2 Skeleton application., (*1)

Cloning that skeleton and following the instructions in its README is the easiest way to get started. You can then use Composer to keep up-to-date with the latest changes., (*2)

Alternatively, you may want to install from scratch in your own skeleton application, in which case something like this will work:, (*3)

Add to composer.json

"require" : {
    "netsensia/zf2-foundation" : "dev-master"
}

Run Composer

php composer.phar install --dev

Copy config files

cp vendor/netsensia/zf2-foundation/config/netsensia.local.php.dist config/autoload/netsensia.local.php
cp vendor/cloud-solutions/zend-sentry.global.php.dist config/autoload/zend-sentry.global.php

Prepare example view scripts

cp vendor/netsensia/zf2-foundation/config/index.phtml.dist module/Application/view/application/index/index.phtml
cp vendor/netsensia/zf2-foundation/config/layout.phtml.dist module/Application/view/application/layout/layout.phtml

The Versions