baraja-core/nette-symfony-console

There is no license information available for the latest version (v1.1.3) of this package.

Simple console wrapper for Symfony Console to Nette.

v1.1.3 2022-03-22 08:04 UTC

README

Integrity check

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:

$ composer require baraja-core/nette-symfony-console

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:

services:
    console: Baraja\Console\ConsoleExtension

Configuration

In your common.neon you can use this fields.

For example:

console:
    url: https://baraja.cz
    name: My application

📄 License

baraja-core/nette-symfony-console is licensed under the MIT license. See the LICENSE file for more details.