https://github.com/johnsnook/tui
A cli framework for creating terminal user interfaces
https://github.com/johnsnook/tui
Last synced: about 1 month ago
JSON representation
A cli framework for creating terminal user interfaces
- Host: GitHub
- URL: https://github.com/johnsnook/tui
- Owner: johnsnook
- License: mit
- Created: 2019-08-09T16:24:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T17:33:06.000Z (almost 7 years ago)
- Last Synced: 2025-10-25T10:35:51.027Z (9 months ago)
- Language: PHP
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```