webcook/console

Symfony 2 Console addon for Nette Framework

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 3

Type:nette-addon

v0.8.0 2012-09-23 04:42 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:01:59 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.