Skip to content

emacs-php/emacs-for-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs for PHP

Major mode

[BEST] php-mode

MELPA: php-mode MELPA stable: php-mode

PHP Mode is a major mode for editing PHP script. It is based on CC Mode.

[HTML] web-mode

web-mode is an autonomous emacs major mode for editing HTML and web templates. This mode supports Smarty, Twig, Blade, and many other template languages.

MELPA: web-mode MELPA stable: web-mode

PHPs - Another Semantic Major-Mode for PHP

phps-mode is a new major mode for editing PHP. It based on Semantic(CEDET) and does not depend on the PHP runtime.

js-mode

Although js-mode is NOT a mode for PHP editing, this mode is included in Emacs, so it is useful in environments where additional packages can not be installed.

For example if you are a server engineer, for example if you are logging into a customer’s server and reading the code.

(unless (or (featurep 'php-mode) (featurep 'phps-mode))
  (add-to-list 'auto-mode-alist '("\\.php\\'" . js-mode)))

About

Information repository for develop PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published