symblaze / console
Fluent configuration for Symfony console
Installs: 1 027
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 4
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.