symblaze / console
Fluent configuration for Symfony console
1.2.1
2024-10-10 10:13 UTC
Requires
- php: >=8.1
- symfony/console: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.46
- phpunit/phpunit: ^10.5
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.23
README
Symfony provides a robust console system that simplifies the development of command line interfaces. However, setting up the console command parameters and options can be somewhat tedious and repetitive.
Symblaze Console is a library that allows you to configure your console commands using the Symfony AsCommand
attribute with a fluent interface.
- A single line of code for each command.
- No configuration method.
Installation
composer require symblaze/console
Usage
You can find a complete guide on how to use this library in the documentation.
License
Symblaze Console is open-sourced software licensed under the MIT license.