https://github.com/oops-org-php/mod_ncurses
php ncurses backend - Terminal screen handling and optimization package
https://github.com/oops-org-php/mod_ncurses
Last synced: 2 months ago
JSON representation
php ncurses backend - Terminal screen handling and optimization package
- Host: GitHub
- URL: https://github.com/oops-org-php/mod_ncurses
- Owner: OOPS-ORG-PHP
- License: other
- Created: 2019-01-10T13:03:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T16:07:50.000Z (over 3 years ago)
- Last Synced: 2025-04-04T05:40:15.716Z (3 months ago)
- Language: C
- Size: 108 KB
- Stars: 27
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Ncurses Terminal Screen Control
[](http://www.php.net/license)
[](https://github.com/OOPS-ORG-PHP/mod_ncurses/issues?q=is%3Aissue+is%3Aclosed)
## 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](http://php.net/manual/en/features.commandline.php).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.