cli-factory / framework
There is no license information available for the latest version (0.0.1) of this package.
A PHP 8 powered wrapper for Symfony Console.
0.0.1
2023-05-14 19:22 UTC
Requires
- php: ^8.2
- symfony/console: ^v6.2
Requires (Dev)
- phpunit/phpunit: ^10.1.3
- psr/log: ^3.0.0
- squizlabs/php_codesniffer: ^3.7.2
This package is not auto-updated.
Last update: 2024-11-18 21:41:18 UTC
README
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.
Requirements
This package requires Composer to be used.
Installation
composer require cli-factory/framework
Documentation
The documentation can easily be found in the wiki