php-lsp
PHP language server (Intelephense) for code intelligence
Summary
The php-lsp skill integrates the Intelephense PHP language server into Claude Code, providing real-time code intelligence for PHP development.
- It enables features like autocompletion, go-to-definition, hover information, and error diagnostics directly in your editor, making PHP coding faster and more accurate.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install php-lsp@<marketplace>
/pluginUse Cases
Usage Examples
/php-lsp go-to-definition getUserById
/php-lsp hover App\Models\User
/php-lsp autocomplete $request->
Security Audits
Frequently Asked Questions
What is php-lsp?
The php-lsp skill integrates the Intelephense PHP language server into Claude Code, providing real-time code intelligence for PHP development. It enables features like autocompletion, go-to-definition, hover information, and error diagnostics directly in your editor, making PHP coding faster and more accurate.
How to install php-lsp?
To install php-lsp: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install php-lsp@<marketplace>. Finally, /plugin in Claude Code.
What is php-lsp best for?
php-lsp is a plugin categorized under Development. It is designed for: lsp. Created by Anthropic.
What can I use php-lsp for?
php-lsp is useful for: Quickly navigate to a function or class definition in a large PHP codebase without manual searching.; Get instant autocomplete suggestions for PHP built-in functions, class methods, and variable names.; Identify syntax errors and type mismatches in real-time as you write PHP code.; Hover over a symbol to see its documentation, type signature, and usage examples.; Refactor code confidently with rename functionality that updates all references across files.; Understand unfamiliar PHP libraries by inspecting their symbols and signatures on demand..