Skip to content

CLIFactory/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Factory

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