# pecl-console-termbox **Repository Path**: mirrors_php/pecl-console-termbox ## Basic Information - **Project Name**: pecl-console-termbox - **Description**: termbox is a robust, minimal alternative to ncurses - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: ![termbox-php in action](http://i.imgur.com/vI52dsl.png)