Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnsnook/tui
- Owner: johnsnook
- License: mit
- Created: 2019-08-09T16:24:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T17:33:06.000Z (over 5 years ago)
- Last Synced: 2023-09-25T01:46:51.663Z (over 1 year ago)
- Language: PHP
- Size: 170 KB
- Stars: 1
- Watchers: 2
- 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 elementsInstallation
------------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!```