ELPA Logo NonGNU-devel ELPA: php-mode

php-mode Atom Feed

Description
Major mode for editing PHP code
Latest
php-mode.tar (.sig), 2026-Aug-25, 950 KiB
Maintainer
USAMI Kenta <tadsan@zonu.me>
Other versions:
release 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.28.0.0.20260825.32.tar.lz2026-Aug-25 139 KiB
php-mode-1.28.0.0.20260825.32.tar2026-Aug-25 950 KiB
php-mode-1.26.1.0.20260824.114.tar.lz2026-Aug-24 127 KiB
php-mode-1.26.1.0.20260810.112.tar.lz2026-Aug-10 126 KiB
php-mode-1.26.1.0.20260804.86.tar.lz2026-Aug-04 114 KiB
php-mode-1.26.1.0.20260724.81.tar.lz2026-Jul-24 112 KiB
php-mode-1.26.1.0.20260719.80.tar.lz2026-Jul-19 112 KiB
php-mode-1.26.1.0.20260709.53.tar.lz2026-Jul-0998.5 KiB
php-mode-1.26.1.0.20251112.64638.tar.lz2025-Nov-1297.3 KiB
php-mode-1.26.1.0.20241219.164506.tar.lz2024-Dec-1996.9 KiB
php-mode-1.25.1.0.20240911.185503.tar.lz2024-Sep-1195.5 KiB
php-mode-1.24.3.0.20230616.191943.tar.lz2023-Jun-16 101 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