webcook / console
Symfony 2 Console addon for Nette Framework
v0.8.0
2012-09-23 04:42 UTC
Requires
- php: >=5.3.2
- nette/nette: 2.0.*
- symfony/console: 2.*
This package is not auto-updated.
Last update: 2026-03-10 09:34:53 UTC
README
Library for easy integration Symfony 2 Console to Nette Framework.
Requirements
- PHP 5.3.2 or later
- Nette Framework 2.0.0 or later
- Symfony Console 2.0.0 or later
Installation
Add "nella/console": "*" to *composer.json and run composer update.
Edit your bootstrap.php and add Nella\Console\Config\Extension::register($configurator);
before $configurator->createContainer().
For more info please follow documentaion.