ignasbernotas / console
PHP CLI tools
Installs: 53
Dependents: 1
Suggesters: 0
Security: 0
Stars: 21
Watchers: 4
Forks: 3
pkg:composer/ignasbernotas/console
Requires
- php: >=5.5.9
- ignasbernotas/phkey: 0.*
- symfony/console: ^3.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-10-04 00:53:31 UTC
README
A number of PHP CLI based classes and helpers
- Single choice/Multiple choice questions with arrow key option selection
- Process signal handler
Installation
Install it via composer:
composer require ignasbernotas/console
Limitations
This package only works on UNIX/Linux based systems since the Windows PHP version doesn't not support the readline extension.
Examples
Located in examples/
folder
License
Licensed under MIT.