php-lsp Claude Code Plugin
Claude Code PluginClaude CodeDevelopmentCode Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
php-lsp is a Claude Code plugin that integrates the Intelephense PHP language server to provide code intelligence and diagnostics for .php files. According to the README, it supports only the .php extension. Using it requires installing Intelephense globally via npm or yarn. No homepage is listed for this plugin; the README points to the Intelephense website and its npm package page for more information.
About the service
php-lsp is not a standalone SaaS but a Claude Code plugin that wraps the Intelephense PHP language server to add code intelligence and diagnostics to the editor experience.
What you can do with php-lsp
- Get code intelligence for PHP (.php) files via the Intelephense language server
- Receive diagnostics for PHP code within Claude Code
- Install Intelephense globally using npm or yarn as described in the README