thotty / console

A number of PHP CLI based classes and helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrutinizer Code Quality

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 iber/console

Limitations

This package only works on UNIX/Linux based systems since the Windows PHP version doesn't not support the readline extension (which is required by iber/phkey package.

Examples

Located in examples/ folder

License

Licensed under MIT.

About

A number of PHP CLI based classes and helpers

License:MIT License


Languages

Language:PHP 99.3%Language:Makefile 0.7%