2017 © Pedro Peláez
 

symfony-bundle application-console

This library provides use console application

image

nicolasdewez/application-console

This library provides use console application

  • Thursday, February 11, 2016
  • by nicolasdewez
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

ApplicationConsoleBundle

SensioLabsInsight, (*1)

The ApplicationConsoleBundle provides use console application with container in application and commands., (*2)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

    $ composer require nicolasdewez/application-console

This command requires you to have Composer installed globally, as explained in the installation chapter_ of the Composer documentation., (*4)

Using

Create an application file console., (*5)


use App\Command\MyCommand; use Ndewez\ApplicationConsoleBundle\Application\Application; $application = new Application(__DIR__.'/config/services.xml'); $application->addContainerCommand(new MyCommand()); $application->run();

The Versions

11/02 2016

dev-master

9999999-dev

This library provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

02/06 2015

1.2.0

1.2.0.0

This library provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

29/04 2015

1.1.2

1.1.2.0

This bundle provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

29/04 2015

1.1.1

1.1.1.0

This bundle provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

29/04 2015

1.1.0

1.1.0.0

This bundle provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

26/04 2015

1.0.1

1.0.1.0

This bundle provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez

26/04 2015

1.0.0

1.0.0.0

This bundle provides use console application

  Sources   Download

MIT

The Requires

 

by Nicolas Dewez