php-boris-minor-mode

Homepage: https://github.com/steckerhalter/php-boris-minor-mode

Author: steckerhalter

Updated:

Summary

A minor mode to evaluate PHP code in the Boris repl

Commentary

Adds a few keyboard shortcuts to `php-mode' (e.g. C-c C-c) to send
code from a PHP buffer to the Boris PHP repl and evaluate it there.

To enable, enable `php-boris-minor-mode' in `php-mode':

    (add-hook 'php-mode-hook 'php-boris-minor-mode)

Dependencies