2017 © Pedro Peláez
 

library console-bundle

Simple integration for Symfony/Console into Symfony/HttpKernel based applications

image

berny/console-bundle

Simple integration for Symfony/Console into Symfony/HttpKernel based applications

  • Thursday, June 13, 2013
  • by xphere
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Berny\ConsoleBundle

Simple integration for Symfony/Console into Symfony/HttpKernel based applications, (*1)

Installation

With composer/packagist - Add "berny/console-bundle": "*" to your composer.json file - Run composer update berny/console-bundle - Add the following bundles to your Kernel:, (*2)

    new \Berny\Bundle\TagBundle\TagBundle(),
    new \Berny\Bundle\Console\ConsoleBundle(),
  • Now you can get the console with $kernel->getContainer()->get('console')

Commands

You can add Commands automatically to the Console by tagging them in your bundle with the console.command tag., (*3)

The Versions

13/06 2013

dev-master

9999999-dev https://github.com/xphere/console-bundle

Simple integration for Symfony/Console into Symfony/HttpKernel based applications

  Sources   Download

MIT

The Requires

 

by Berny Cantos

06/06 2013

0.1.0

0.1.0.0 https://github.com/xphere/console-bundle

Simple integration for Symfony/Console into Symfony/HttpKernel based applications

  Sources   Download

MIT

The Requires

 

by Berny Cantos