netsensia / zf2-foundation
Foundation classes for ZF2 applications
v1.0.91
2013-11-20 19:55 UTC
Requires
- php: >=5.4
- cloud-solutions/zend-sentry: 0.3.1
- geoip2/geoip2: 0.2.*
- mockery/mockery: 0.8.0
- raven/raven: >=0.2.0
- zendframework/zendframework: >=2.2.0rc3
- zendframework/zendservice-recaptcha: 2.*
Requires (Dev)
- behat/behat: 2.4.*@stable
- behat/mink: 1.4@stable
- behat/mink-extension: *
- behat/mink-goutte-driver: *
- behat/mink-selenium2-driver: *
This package is not auto-updated.
Last update: 2024-11-18 16:06:55 UTC
README
This is the hosted packagist module that is used in the Netsensia ZF2 Skeleton application.
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.
Alternatively, you may want to install from scratch in your own skeleton application, in which case something like this will work:
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