Skip to content

iberflow/console

Repository files navigation

Console

A number of PHP CLI based classes and helpers

Example


  • 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.