Download the PHP package baraja-core/nette-symfony-console without Composer
On this page you can find all versions of the php package baraja-core/nette-symfony-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download baraja-core/nette-symfony-console
More information about baraja-core/nette-symfony-console
Files in baraja-core/nette-symfony-console
Package nette-symfony-console
Short Description Simple console wrapper for Symfony Console to Nette.
License
Homepage https://github.com/baraja-core/nette-symfony-console
Informations about the package nette-symfony-console
Simple integration of Symfony Console to Nette framework
Easy integration of Symfony Console into Nette framework.
This library provides a fully functional implementation of Symfony Console into Nette Framework including basic configuration. There is nothing to configure for use, you simply install the package, register the extension and you can start using the console commands immediately.
The main goal of this library is maximum simplicity and best compatibility. You simply install the library and you don't have to do anything.
📦 Installation
It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.
To install, simply use the command:
You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
How to use
In your common.neon
simply register:
Configuration
In your common.neon
you can use this fields.
For example:
Field | Type | Description |
---|---|---|
url |
string , null |
The default absolute URL of the project (for example, https://baraja.cz ) to use for generating links. |
name |
string |
Project name. |
version |
string , int , float |
Project version (must be a number or a numeric string). |
catchExceptions |
bool |
If Command throws an exception, should it be caught and logged? |
autoExit |
bool |
Should the application be automatically terminated after processing Command? |
helperSet |
string , object |
Helper Settings. |
helpers |
string[] |
Registration of classes for helpers. |
lazy |
bool |
Register the CommandLoaderInterface service and look for Commands only on the first attempt to call it. |
📄 License
baraja-core/nette-symfony-console
is licensed under the MIT license. See the LICENSE file for more details.
All versions of nette-symfony-console with dependencies
ext-json Version *
nette/di Version ^3.0
nette/application Version ^3.0
symfony/console Version ^4.2.9|^5.0.0