PShell is a self-contained persistant PHP shell environment for quickly testing small code snippits. Originally I created PShell so I could quickly test small code snippets while helping people at #php/Freenode.
PShell works in a console window, and evaluates incoming code line by line. It maintains things you have defined during the current session, so if you define a function, or a variable, it remains until the session is terminated. PShell also doubles as a quick PHP reference.
This package contains everything you need to use PShell (you don't actually need PHP installed to use this).
New in 0.0.2b: now provides a mechanism for multiline code input
Download Software:
http://ben.nullcreations.net/download/pshell-0.0.2b.zipLabels: Hacking, Software |