Used by 2 plugins
This LSP server requires phpactor to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add Piebald-AI/claude-code-lsps/plugin install piebald-ai-phpactor-phpactor@Piebald-AI/claude-code-lspsAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"php": {
"command": "phpactor",
"extensionToLanguage": {
".php": "php",
".php3": "php",
".php4": "php",
".php5": "php",
".phps": "php",
".phtml": "php"
},
"args": [
"language-server"
]
}
}
}phpactorstdioInitialization Options:
{}Settings:
{}