Back to Plugins

PHP LSP (Intelephense)

PHP language server with Composer autoloading and namespace resolution. Intelligent code completion, diagnostics, and refactoring for PHP development.

phplspcomposerofficial

Installation

claude plugins add php-lsp@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "php-lsp@claude-plugins-official": true
  }
}

Commands

/php-checkRun PHP static analysis
/composerManage Composer dependencies
/phpunitRun PHPUnit tests

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub