Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Curses for PHP on Windows

Is there a Windows equivalent of ncurses for PHP?

I've created a CLI script and want to display various statistics (currently processed record, completion percentage etc.) in a nice way, without outputting loads and heaps of text to the cmd.exe window.

The ncurses extension doesn't work on Windows.

like image 344
demonkoryu Avatar asked May 21 '10 14:05

demonkoryu


1 Answers

ncurses only works for unix-like environments so you can use cygwin but [Link outdated] looks promising. Check it out and let me know!

(Edit Apr 2016: removed the link as it's out of date and clicking on it takes you down a nasty path.)

like image 135
Adil Mehmood Avatar answered Nov 10 '22 03:11

Adil Mehmood