net_bazzline / zf_console_helper_debian_6_backport
This package is abandoned and no longer maintained.
No replacement package was suggested.
zend framework 2 console helper module
1.2.0
2015-08-01 21:14 UTC
Requires
- php: >=5.3.3
- net_bazzline/zf_console_helper: 1.2.*
- zendframework/zendframework: 2.2.*
This package is auto-updated.
Last update: 2021-02-16 13:29:28 UTC
README
Zend Framework 2.2 Console Helper Module (Debian 6 Backport)
This is a backport of the zf console helper for zend framework 2.2 (latest version working with debian 6 supported php version).
Notes
- limit zend framework 2 library to version 2.2.*
- the public method "\ZfConsoleHelperDebian6Backport\Controller\Console\AbstractConsoleController::getConsole()" is extended to act as a factory method if no console is set
- "\Zend\Console\Console::getInstance()" is called as fallback
The versioneye status is (which is obviously outdated):
It is also available at openhub.net.
Check out the demo environment if you want to see it in action.
Useful links
Take a look to the original readme. Take a look to the original example and usage section. Take a look to the original factory notes section.
Install
By Hand
mkdir -p vendor/net_bazzline/zf_console_helper_debian_6_backport
cd vendor/net_bazzline/zf_console_helper_debian_6_backport
git clone https://github.com/bazzline/zf_console_helper_debian_6_backport
With Packagist
"net_bazzline/zf_console_helper_debian_6_backport": "dev-master"
API
API available at bazzline.net
History
- upcomming
- @todo
- 1.2.0 - released at 01.08.2015
- moved documentation to bazzline.net
- moved form old namespace "ZfConsoleHelper" to new namespace "ZfConsoleHelperDebian6Backport"
- removed code duplication by adding
- 1.1.0 - released at 04.06.2015
- 1.0.2 - released at 08.02.2015
- removed dependecy to apigen
- 1.0.1 - released at 08.02.2015
- updated dependencies
- 1.0.0 - released at 20.10.2014
- initial release