mirror of
https://github.com/php/pecl-console-termbox.git
synced 2026-03-23 22:52:10 +01:00
master
termbox-php
termbox-php is a termbox wrapper for PHP. Termbox is a robust, minimal alternative to ncurses. See https://github.com/nsf/termbox
To install:
$ # Follow installation instructions for termbox
$
$ # Clone repo
$ git clone https://github.com/adsr/termbox-php.git
$ cd termbox-php
$
$ # Build extension
$ phpize && ./configure && make
$
$ # Run keyboard demo
$ php -denable_dl=on -dextension=`pwd`/modules/termbox.so examples/termbox.php
$
$ # Optionally install
$ sudo make install
Screenshot of termbox-php in action:
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:21:47.697Z
Languages
C
87.8%
PHP
7%
M4
4.1%
JavaScript
1.1%
