inf-php

Homepage: https://github.com/taksatou/inf-php

Author: Takayuki Sato

Updated:

Summary

Run a php interactive shell in a buffer

Commentary

inf-php.el provides a REPL buffer connected to an php interactive shell.
Most codes are derived from inf-ruby.el ;)

Usage
put inf-php.el to load path, and add following code to your .emacs

(require 'inf-php)

TODO
* syntax highlight
* fix completion
* support load file
* better implementation

Dependencies