net_bazzline / zf_locator_generator_debian_7_backport
This package is abandoned and no longer maintained.
No replacement package was suggested.
free as in freedom zend framework 2 locator generator module for debian 7
1.1.3
2015-11-18 21:13 UTC
Requires
- php: >=5.3.3
- net_bazzline/php_component_locator_generator: 2.0.4
- net_bazzline/zf_console_helper: 1.2.0
- net_bazzline/zf_locator_generator: 1.5.1
- zendframework/zendframework: 2.4.*
README
Locator Generator Component (Debian 7 Backport) Module for Zend Framework 2.4.*
This free as in freedom module should easy up the usage of the locator generator component in the zend framework 2 in a zend framework 2 application.
This is a virtual package working as a backport of the zf console helper for zend framework 2.4 (latest version working with debian 7 supported php version).
Backport for Zend Framework 2.2 / Debian 6
There is a backport available for debian 6 and its zend framework 2.2 limiting php version.
Example
# generate one locator php public/index.php net_bazzline locator generate <locator_name> # generate all available locators php public/index.php net_bazzline locator generate # list all available locators php public/index.php net_bazzline locator list
Install
By Hand
mkdir -p vendor/net_bazzline/zf_locator_generator_debian_7_backport
cd vendor/net_bazzline/zf_locator_generator_debian_7_backport
git clone https://github.com/bazzline/zf_locator_generator_debian_7_backport
With Packagist
"net_bazzline/zf_locator_generator_debian_7_backport": "dev-master"
Usage
- adapt your application.config.php and add “ZfLocatorGenerator” into the “modules” section
<?php return array( 'modules' => array( 'Application', 'NetBazzlineZfLocatorGenerator' ), //...
- use zflocatorgenerator.global.php.dist as base
- copy this file into your config/autoload directory
- open this file and adapt it to your needs
- depending on the locator configuration, add it as invokable or by using a factory to your service manager configuration
History
- upcomming
- @todo
- 1.1.3 - released at 18.11.2015
- updated dependency
- 1.1.2 - released at 13.09.2015
- updated dependency
- 1.1.1 - released at 29.07.2015
- added install section into readme
- added example section into readme
- added usage section into readme
- 1.1.0 - released at 12.07.2015
- moved to virtual package
- updated dependency
- 1.0.2 - released at 07.07.2015
- updated dependency
- 1.0.1 - released at 04.07.2015
- fixed broken links
- removed dead code in unit test
- updated dependency
- 1.0.0 - released at 05.06.2015
- initial release from zf locator generator version 1.4.0