baraja-core / nette-symfony-console
Simple console wrapper for Symfony Console to Nette.
Installs: 310 491
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- ext-json: *
- nette/application: ^3.0
- nette/di: ^3.0
- symfony/console: ^4.2.9|^5.0.0
Requires (Dev)
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^2.0
- tracy/tracy: ^2.8
This package is auto-updated.
Last update: 2024-10-08 18:02:21 UTC
README
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.