php-cli icon indicating copy to clipboard operation
php-cli copied to clipboard

PHP Console Application made easy- build great console apps with ease. Comes with Zero Dependency and Autocompletion support. Think of it as a PHP cli application framework.

Results 8 php-cli issues
Sort by recently updated
recently updated
newest added

see https://github.com/adhocore/php-cli/issues/68

It would be interesting if the commands could be grouped into categories. a bit like with the laravel console or codeigniter Like: --Database db:create db:seed -- Route route:list route:generate

This library output some strings to the console that are hardcoded in English and cannot be localized. It would be nice if these strings could be translated to other languages...

`$verbosity` is not defined. https://github.com/adhocore/php-cli/blob/c17fdec05954b3bd2df49adff56284a511dd1083/src/Input/Command.php#L92

It would be nice if you can add coding style and static analyzer? I've checked this repo with PHPStan and found at least 68 errors.

Hi, First and foremost, thank you for this fantastic project! While there are others out there, I really like this one since it's small, light, simple, and very flexible. I...

proposal of a spinner for the output following an issue. see https://github.com/adhocore/tusc.sh/issues/3#issuecomment-1597044193

Hi, Great library for building CLI applications, thank you! One question regarding prompts. Is it possible to add support to move the cursor to any position in the input? For...