Skip to content

php ncurses backend - Terminal screen handling and optimization package

License

Notifications You must be signed in to change notification settings

jb-lopez/php_ncurses

 
 

Repository files navigation

PHP Ncurses Terminal Screen Control

PHP v3.01 GitHub closed issues Confirmed Version

Introduction

ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant using PHP from the command line.

This repository was started to support the use of PECL ncurses which has been deprecated in PHP 7 and later versions. Therefore, the development direction of this extension is only to provide support for the upper version of PHP.

Version release

There is no version release. Take a look at the commit log and download the latest revision of master.

Currently, operations from PHP 5.3 to 8.1 have been confirmed.

About

php ncurses backend - Terminal screen handling and optimization package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.8%
  • PHP 7.1%
  • Shell 2.6%
  • M4 2.0%
  • JavaScript 0.5%