2017 © Pedro Peláez
 

library osreadline

image

onesimus-systems/osreadline

  • Sunday, June 14, 2015
  • by dragonrider23
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OSReadLine

OSReadLine (OS for Onesimus Systems) is a readline alternative for PHP. It fully supports unicode characters and implements the basic readline functionality such as history, line editing, and key mapping., (*1)

Example:, (*2)

include 'readline.php';

$readline = new onesimus\readline\Readline();
$line = $readline->readLine('prompt> ');
echo $line;

Installation

You can install OSReadLine by cloning this git repo, or with composer., (*3)

Composer:, (*4)

{
    "require": {
        "onesimus-systems/osreadline": "dev-master"
    }
}

Credits

Inspiration and help was taken from the readline implementation in the Hoa\Console library., (*5)

The Versions

14/06 2015

dev-master

9999999-dev

  Sources   Download

BSD-3-Clause

The Development Requires