This repository was archived by the owner on Jun 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Console UI library for PHP
License
guide42/stencil
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Stencil
=======
Stencil is a PHP library allowing you to write easy graphical user interface
in a text-only environment. It support several backends that implements the
functionality.
Interfaces
----------
### Ncurses
This is an interface for Ncurses PHP extension.
The ncurses library and the ncurses PHP extension witch is included in the core
from PHP >= 4.0.7 to PHP < 5.3.0 and from there as a PECL extension, are
required to use this interface.
You can install it running this (as root)::
$ pecl install ncurses
And then you need to enable the extension in your *php.ini* by adding::
extension=ncurses.so # *nix
extension=ncurses.dll # Windows
License
-------
Stencil is under the ISC. See COPYING for a full copy of the license.
About
Console UI library for PHP
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published