Phpactor
Mainly a PHP Language Server with more features than you can shake a stick at (by phpactor)
php-language-server
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥 (by felixfbecker)
Phpactor | php-language-server | |
---|---|---|
9 | 4 | |
1,693 | 1,174 | |
0.9% | 0.3% | |
8.3 | 0.0 | |
about 1 month ago | over 2 years ago | |
PHP | PHP | |
MIT License | ISC License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Phpactor
Posts with mentions or reviews of Phpactor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-22.
-
Setting up neovim for Laravel development
PHP Actor is a free alternative that includes the core features you'd expect from an LSP.
-
VSCode for PHP and Laravel
# Download phpactor.phar curl -Lo phpactor.phar https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar
-
Sharing my Laravel language server integration progress
The other path is a pull request on https://github.com/phpactor/phpactor/pull/1991 which takes care of the lsp side of things.
-
Best Neovim PHP IDE option?
Even I'm a PHPStorm user. I still have neovim installed and using there PHPActor: https://github.com/phpactor/phpactor
- What would be better VS Code or PHP Storm?
-
How could I make vim generate boilerplate from my php file every time I create a new file in my project?
Or use phpactor/phpactor with a template to always get it right.
-
Working on improved LSP tooling for Laravel blade bringing intellisense to all editors!
Now experimenting more by exposing public properties of a Livewire component via https://github.com/phpactor/phpactor in blade files.
-
Does anyone use vim to develop in PHP with Symfony?
Im using this https://github.com/phpactor/phpactor with ncm2 with ale. Im quite happy with it.
php-language-server
Posts with mentions or reviews of php-language-server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-19.
- What would be better VS Code or PHP Storm?
-
PHP LSP and autocompleting in Kate text editor
I don't do much PHP, but searching "PHP LSP" gave this as the first result: https://github.com/felixfbecker/php-language-server
-
anyone got a lsp setup with php?
FWIW I played with https://github.com/felixfbecker/php-language-server once and it performed poorly with a large code base -- indexing took ages, and it couldn't handle some large (machine-generated) files at all (literally refused to index files above a certain size, and when I removed that limit it took about 45 minutes to do it). My TAGS file takes a few seconds to build, so if you only need indexing I'd just use https://ctags.io/.
-
How to use (and contribute) to neovim's built-in language server client and nvim-lspconfig
but as many people working in a lot of things I have no time to try to configure https://github.com/felixfbecker/php-language-server with nvim-lsp
What are some alternatives?
When comparing Phpactor and php-language-server you can also consider the following projects:
vscode-intelephense - PHP intellisense for Visual Studio Code
vim-lsp-settings - Auto configurations for Language Server for vim-lsp
Rector - Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
erlang_ls - The Erlang Language Server
WordPress Packagist - WordPress Packagist — manage your plugins with Composer
python-language-server - Microsoft Language Server for Python