Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnsnook/tui

A cli framework for creating terminal user interfaces
https://github.com/johnsnook/tui

Last synced: about 2 months ago
JSON representation

A cli framework for creating terminal user interfaces

Awesome Lists containing this project

README

        

# tui

A framework for creating graphical user interface for cli with xterm

Sample available soon, but assume not working until this gets edited

Terminal User Interface (Tui)
========================
A framework to create console applications with UI elements

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist johnsnook/tui "*"
```

or add

```
"johnsnook/tui": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
TO DO!

```