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.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cli-factory/framework

0.0.1 2023-05-14 19:22 UTC

This package is not auto-updated.

Last update: 2025-10-07 01:54:04 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