Registry / cli / corneltek-cliframework

corneltek-cliframework

JSON →
library4.2.0phppackagistunverified

Command-line framework for PHP providing tools to build CLI applications.

composer require corneltek/cliframework
INSTALL
IMPORT
SIG · CORNELTEK-CLIFRAME
C
corneltek-cliframework
cliphpv4.2.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 CLIFramework\Application;

Create a simple CLI application with a hello command.

use CLIFramework\Application; class MyApp extends Application { public function init() { $this->registerCommand('hello'); } } $app = new MyApp(); $app->run($argv);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
corneltek-cliframework — pip install corneltek-cliframework · libregistry