Registry / cli / minicli-minicli

minicli-minicli

JSON →
library4.2.1phppackagistunverified

Experimental micro CLI framework for PHP.

composer require minicli/minicli
INSTALL
IMPORT
SIG · MINICLI-MINICLI
M
minicli-minicli
cliphpv4.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use Minicli\App;

Create a simple CLI app with a 'hello' command.

<?php require 'vendor/autoload.php'; use Minicli\App; $app = new App(); $app->registerCommand('hello', function() { echo 'Hello, World!'; }); $app->run();
Debug
Known issues
breakingExperimental status: API may change without notice.
fix
Pin to a specific version and test upgrades thoroughly.
affects: >=4.0.0
Upgrade
Version history
4.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
minicli-minicli — pip install minicli-minicli · libregistry