Registry / cli / adhocore-cli

adhocore-cli

JSON →
library1.9.4phppackagistunverified

Command line interface library for PHP

composer require adhocore/cli
INSTALL
IMPORT
SIG · ADHOCORE-CLI
A
adhocore-cli
cliphpv1.9.4
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.

Application
use Ahc\Cli\Application;

Create a CLI application and add a simple greet command.

use Ahc\Cli\Application; $app = new Application('MyApp', '1.0'); $app->command('greet', function () { echo 'Hello!'; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources
adhocore-cli — pip install adhocore-cli · libregistry