https://github.com/ukko/ncurses-php-framework
OOP interface for ncurses extension
https://github.com/ukko/ncurses-php-framework
Last synced: about 1 year ago
JSON representation
OOP interface for ncurses extension
- Host: GitHub
- URL: https://github.com/ukko/ncurses-php-framework
- Owner: ukko
- Created: 2011-06-29T06:55:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T05:15:28.000Z (almost 14 years ago)
- Last Synced: 2025-03-31T05:25:22.712Z (over 1 year ago)
- Language: PHP
- Homepage: http://uk0.us/
- Size: 107 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ncurses php framework
OOP interface for ncurses extension
h2. Install ncurses extension on Ubuntu from pecl
sudo apt-get install php5-dev
sudo apt-get install ncurses-dev
sudo apt-get install libncursesw5-dev
sudo pecl install ncurses
sudo echo "extension=ncurses.so" > /etc/php5/cli/conf.d/ncurses.ini