php-runtime

Homepage: https://github.com/emacs-php/php-runtime.el

Author: USAMI Kenta

Updated:

Summary

Language binding bridge to PHP

Commentary

Execute PHP code.  This package requires `php' command in runtime.

    (string-to-number (php-runtime-eval "echo PHP_INT_MAX;"))
    ;; => 9.223372036854776e+18

    (string-to-number (php-runtime-expr "PHP_INT_MAX")) ; short hand

Dependencies

Reverse dependencies