Download the PHP package netsensia/zf2-foundation without Composer
On this page you can find all versions of the php package netsensia/zf2-foundation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netsensia/zf2-foundation
More information about netsensia/zf2-foundation
Files in netsensia/zf2-foundation
Download netsensia/zf2-foundation
More information about netsensia/zf2-foundation
Files in netsensia/zf2-foundation
Vendor netsensia
Package zf2-foundation
Short Description Foundation classes for ZF2 applications
License New BSD License
Homepage http://github.com/netsensia/zf2-foundation
Package zf2-foundation
Short Description Foundation classes for ZF2 applications
License New BSD License
Homepage http://github.com/netsensia/zf2-foundation
Keywords zf2
Please rate this library. Is it a good library?
Informations about the package zf2-foundation
Netsensia Foundation Classes for Zend Framework 2 Applications
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
All versions of zf2-foundation with dependencies
PHP Build Version
Package Version
Requires
raven/raven Version
>=0.2.0
geoip2/geoip2 Version 0.2.*
zendframework/zendservice-recaptcha Version 2.*
cloud-solutions/zend-sentry Version 0.3.1
php Version >=5.4
mockery/mockery Version 0.8.0
zendframework/zendframework Version >=2.2.0rc3
geoip2/geoip2 Version 0.2.*
zendframework/zendservice-recaptcha Version 2.*
cloud-solutions/zend-sentry Version 0.3.1
php Version >=5.4
mockery/mockery Version 0.8.0
zendframework/zendframework Version >=2.2.0rc3
The package netsensia/zf2-foundation contains the following files
Loading the files please wait ....