Registry / cli / cilex-cilex

cilex-cilex

JSON →
library2.0.0phppackagistunverified

The PHP micro-framework for Command line tools based on the Symfony2 Components

composer require cilex/cilex
INSTALL
IMPORT
SIG · CILEX-CILEX
C
cilex-cilex
cliphpv2.0.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 Cilex\Application;

Create a CLI application with a command

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

No known issues recorded.

Upgrade
Version history
2.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
cilex-cilex — pip install cilex-cilex · libregistry