Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2022-09-23 (2 months ago) ![]() | Not yet rated by the users | Total: 36 | All time: 10,547 This week: 82![]() |
Version | License | PHP version | Categories | |||
php-cli 1.0 | MIT/X Consortium ... | 5 | PHP 5, Console |
Description | Author | |
This package can process console parameters with callback functions. |
composer require mateodioev/php-easy-cli
$app = new \Mateodioev\PhpEasyCli\App();
$app->register('help', function() use ($app) {
$app->getPrinter()->display('Default command is help!!');
});
$app->run($argv, 'help');
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Example | Example script | ||
![]() ![]() |
Doc. | Documentation |
![]() |
/ | src |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.