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

This package is not auto-updated.

Last update: 2024-05-20 19:22:30 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