Registry / cli / mnapoli-silly

mnapoli-silly

JSON →
library1.10.0phppackagistunverified

Silly CLI micro-framework based on Symfony Console

composer require mnapoli/silly
INSTALL
IMPORT
SIG · MNAPOLI-SILLY
M
mnapoli-silly
cliphpv1.10.0
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 Silly\Application;

Define and run a CLI command

use Silly\Application; $app = new Application(); $app->command('greet [name]', function ($name) { echo "Hello, $name"; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
mnapoli-silly — pip install mnapoli-silly · libregistry