We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since PHP Mode is not bundled with both Emacs built-in and official ELPA, you need to add MELPA or MELPA Stable to your .emacs Init file (~/.emacs.d/init.el).
~/.emacs.d/init.el
list-packages
use-package
If you are already using use-package, installing PHP Mode is easy.
(use-package php-mode :ensure t)