update

September 21st, 2006 by ccheever

I just added class methods to the list of autocomplete identifiers.

If you download, you should get the latest version.

Announcing phpsh

July 19th, 2006 by dcorson

Hi, we’re open-sourcing an interactive shell for php called phpsh.
It is a readline-based way to access a php codebase. It has been useful for codebase testing, inspection, and interactive scripting. It has history (even between sessions), tab-completion, and documentation access for php as well as user-defined functions. It works with ctags and allows for jumping into code through vim or emacs.

phpsh is available at http://www.phpsh.org/

We hope others find it as useful as we have,

– Dan and Charlie from Facebook