vsychov / php_ncurses
PHP ncurses widget library
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 1 249
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 2
Type:project
pkg:composer/vsychov/php_ncurses
Requires
- php: >=5.4
- ext-ncurses: >=1.0.0
This package is not auto-updated.
Last update: 2024-01-20 14:59:45 UTC
README
###Current Widgets###
- checklist [one column of checkboxes]
- confirm [a basic yes/no prompt]
- inputbox [supports multiple fields]
- menu [a select box with up to two columns of descriptive information]
- messagebox [transition screen on a timer]
- notice [an alert with an "ok" button]
Examples included. Fully operational.
###Prerequisites###
- You'll need to install PHP-CLI 5.4+
- You'll need to install the ncurses extension for PHP.
###Composer###
composer require vsychov/php_ncurses