CLI Factory is a PHP 8 powered wrapper for Symfony Console. Commands are stored in a custom configuration classes
$commands
array. They are then loaded into, and from, a built-in PSR-11 container as executable Symfony Commands.
This package requires Composer to be used.
composer require cli-factory/framework
The documentation can easily be found in the wiki