Phpactor
Mainly a PHP Language Server with more features than you can shake a stick at (by phpactor)
laravel-dev-tools
Developer tools for easier Laravel development (Blade lsp) (by haringsrob)
Phpactor | laravel-dev-tools | |
---|---|---|
9 | 4 | |
1,693 | 99 | |
0.9% | - | |
8.3 | 4.7 | |
about 1 month ago | over 1 year ago | |
PHP | PHP | |
MIT License | Apache License 2.0 |
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.
laravel-dev-tools
Posts with mentions or reviews of laravel-dev-tools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-14.
-
Is anyone using VIM full-time for PHP/Laravel projects?
In addition to that I use and somewhat maintain a blade language server https://github.com/haringsrob/laravel-dev-tools that gives me some useful blade autocomplete as well.
- Blade LSP
-
Working on improved LSP tooling for Laravel blade bringing intellisense to all editors!
Already shared some earlier developments I did by making a blade specific LSP: https://github.com/haringsrob/laravel-dev-tools
-
Releasing Laravel dev tools
You can give it a try with the instructions here: https://github.com/haringsrob/laravel-dev-tools
What are some alternatives?
When comparing Phpactor and laravel-dev-tools you can also consider the following projects:
vscode-intelephense - PHP intellisense for Visual Studio Code
nvim-ide - VIM on steroids
Rector - Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
copilot.vim - Neovim plugin for GitHub Copilot
WordPress Packagist - WordPress Packagist — manage your plugins with Composer
nvim-dap - Debug Adapter Protocol client implementation for Neovim