An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# PHP Ncurses Terminal Screen Control

[![PHP v3.01](https://img.shields.io/badge/license-php_v3.01-blue.svg)](http://www.php.net/license)
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/OOPS-ORG-PHP/mod_ncurses.svg)](https://github.com/OOPS-ORG-PHP/mod_ncurses/issues?q=is%3Aissue+is%3Aclosed)
![Confirmed Version](https://img.shields.io/badge/confirmed-PHP%208.1-yellowgreen)

## 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.