lumide_php 1.0.0
lumide_php: ^1.0.0 copied to clipboard
PHP language support and development tools for Lumide IDE
Changelog #
All notable changes to the lumide_php plugin will be documented in this file.
1.0.0 - 2026-08-18 #
Added #
- Initial release of Lumide PHP plugin.
- Dynamic LSP integration supporting Intelephense, Phpactor, and PHP Language Server.
- Switch and restart LSP server commands.
- Full Composer tooling (install, update, dump-autoload, validate, require, run-script).
- PHP built-in web server manager with status bar indicator and browser launcher.
- Test runner supporting Pest and PHPUnit.
- Linting via
php -land code formatting via Laravel Pint / PHP-CS-Fixer. - Context menu contributions for PHP files and
composer.json.