balthild/php-cs-fixer-lsp
最新稳定版本:v1.1.0
Composer 安装命令:
composer create-project balthild/php-cs-fixer-lsp
包简介
Language server for php-cs-fixer
README 文档
README
A Language Server Protocol (LSP) implementation for PHP CS Fixer. Unlike other existing implementations, this one keeps PHP CS Fixer processes running in the background, minimizing the overhead of initialization on each formatting request.
Installation
If you're using the vscode extension, it will download the language server automatically.
If you need the language server for other editors, you can download it manually from releases, or install it with Phive:
# I'm too dumb to know how to use GPG, so ¯\_(ツ)_/¯
phive install balthild/php-cs-fixer-lsp --force-accept-unsigned
Building from Source
Compile to a PHAR file:
make build
The output binary will be located in the build directory.
Fun Fact
This project itself does not use PHP CS Fixer but Mago. If you don't need the fine-grained control of PHP CS Fixer, give Mago a try because it's fast as ass.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2026-01-12