PHP language server for code intelligence, Laravel, and WordPress development.
## PHP LSP MCP Server: Web Development with PHP The **PHP LSP MCP Server** integrates Intelephense into Google Antigravity, providing professional PHP development with Laravel, WordPress, and Symfony framework support. ### Why PHP LSP MCP? PHP powers most of the web. The PHP LSP MCP provides: - **Framework Support**: Laravel, Symfony, WordPress - **Type Inference**: PHPDoc and type hints - **Composer**: Dependency management - **PSR Standards**: Code style enforcement ### Key Features #### 1. Framework Integration Popular framework support: - Laravel facades and helpers - Symfony containers - WordPress hooks and filters - Drupal modules #### 2. Code Intelligence PHP-specific features: - Magic methods - Trait resolution - Anonymous classes - Attribute support (PHP 8+) #### 3. Standards Compliance PSR and coding standards: - PSR-12 formatting - PHPStan integration - Psalm support ### Configuration ```json { "mcpServers": { "php-lsp": { "command": "intelephense", "args": ["--stdio", "--mcp"] } } } ``` The PHP LSP MCP brings modern IDE features to PHP web development.
{
"mcpServers": {
"php-lsp": {}
}
}