Skip to content

Mparaiso/consoleserviceprovider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleServiceProvider

Symfony Console integration for Silex

author : MParaiso contact: mparaiso@online.fr

status: Work in Progress

USAGE

    $app = new \Silex\Application();
    $app->register(new ConsoleServiceProvider);

    # in your console application file :
    $this->app["console"]->run();

    # access silex app from a command
    $app = $this->getHelper("app")->getApplication();

###Services

***console*** : Symfony\Component\Console\Application
***console.helperset*** : Symfony\Component\Console\Helper\HelperSet

TODO

  • list services in alphabetic order in ListServicesCommand

CHANGELOG

0.0.6@dev app:router:debug command added

About

Symfony Console integration for Silex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages