Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From marko-lsp
Marko LSP provides code intelligence for PHP — diagnostics, go-to-definition, find references, and hover information for .php files.
npx claudepluginhub marko-php/marko --plugin marko-lspThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/bin/marko-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"marko-lsp": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/marko-lsp",
"extensionToLanguage": {
".php": "php"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_ROOT}/bin/marko-lspstdioInitialization options and workspace settings
Share bugs, ideas, or general feedback.