Download the PHP package lexpress/console-service-provider without Composer
On this page you can find all versions of the php package lexpress/console-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lexpress/console-service-provider
More information about lexpress/console-service-provider
Files in lexpress/console-service-provider
Download lexpress/console-service-provider
More information about lexpress/console-service-provider
Files in lexpress/console-service-provider
Vendor lexpress
Package console-service-provider
Short Description Console Service Provider for Silex Applications
License MIT
Package console-service-provider
Short Description Console Service Provider for Silex Applications
License MIT
Please rate this library. Is it a good library?
Informations about the package console-service-provider
Console Service Provider for Silex
The ConsoleServiceProvider enable Symfony Console in Silex make easy to register command from any other service provider.
Parameters
- console.name (optional): The name of your application.
- console.version (optional): The version of your application.
Services
- console: The Console Application. Use
$app['console']->run()
.
Registering
Installation:
- Use the official Git repository (https://github.com/LExpress/ConsoleServiceProvider);
- Install it via Composer (lexpress/console-service-provider on Packagist).
Register the service provider in your Silex application.
Register commands
Services named with command.*
are automatically registered to the console.
Running the console application
The Console Application is available in your Silex Application with the service alias console
.
To run it, you can create an executable file in your project.
License
ConsoleServiceProvider is licensed under the MIT license.
All versions of console-service-provider with dependencies
PHP Build Version
Package Version
The package lexpress/console-service-provider contains the following files
Loading the files please wait ....