php
stdiophp
Used by 6 plugins
Requires Language Server Binary
This LSP server requires phpactor to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub piebald-ai/claude-code-lspsAdd to Your Project
Add 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"
]
}
}
}Supported Languages
php
.php.php3.php4.php5.phps.phtml
Command
phpactorTransport
stdioArguments
language-server
Advanced Configuration
Restart on Crash:Yes
Max Restarts:3
Initialization Options:
{}Settings:
{}Also used by 5 other plugins