ELPA Logo NonGNU ELPA: php-mode

php-mode Atom Feed

Description
Major mode for editing PHP code
Latest
php-mode.tar (.sig), 2026-Aug-25, 870 KiB
Maintainer
USAMI Kenta <tadsan@zonu.me>
Other versions:
development version
Website
https://github.com/emacs-php/php-mode
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

`php-mode' is a major mode for editing PHP script.  Unlike the legacy
`php-cc-mode' (kept for backward compatibility in lisp/php-cc-mode.el),
this implementation does NOT depend on CC Mode.  Indentation is handled
by the `syntax-ppss'-based engine in php-indent.el, coding styles by
php-style.el, and the PHP vocabulary comes from php-keywords.el.

This mode is designed for PHP scripts consisting of a single <?php
block.  We recommend Web Mode for HTML and Blade templates mixed with
PHP.  http://web-mode.org/

Old versions

php-mode-1.26.1.tar.lz2024-Sep-1395.5 KiB
php-mode-1.25.1.tar.lz2024-Mar-3194.4 KiB
php-mode-1.25.0.tar.lz2023-Jul-23 101 KiB
php-mode-1.24.3.tar.lz2023-Mar-19 101 KiB
php-mode-1.24.2.tar.lz2022-Nov-1296.0 KiB
php-mode-1.24.1.tar.lz2022-Sep-0868.9 KiB
php-mode-1.24.0.tar.lz2021-Aug-2976.4 KiB

News

Changes for PHP Mode by Version

This file documents notable changes to PHP Mode according to the Keep a Changelog principles.

Unreleased

Added
Changed
Deprecated
Removed

[1.28.0] - 2026-08-25

Added
Changed
Fixed