symblaze/console

Fluent configuration for Symfony console

1.2.0 2024-04-08 12:36 UTC

This package is auto-updated.

Last update: 2024-04-09 17:48:41 UTC


README

Packagist PHP Version Support Latest Version on Packagist Total Downloads

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.

Symblaze Console screenshot

  • 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.