This project aims to provide heavy-lifting refactoring and introspection tools which can be used standalone or as the backend for a text editor to provide intelligent code completion.
- Accurate code completion including class name auto-import.
- Various refactoring,fixes and code generation options.
- Provides a Language Server
- Native VIM plugin (emacs plugin is in development).
- Navigation (jump to definition, related classes, references etc).
- More.
Phpactor is a general tool, it is not intended that it be installed as a project dependency.
See Installation for installation instructions.
- PHP 7.4+
- Composer
Phpactor will perform better with Composer and, to a lesser extent, with GiT.
Full documentation can be found on Read the Docs
- Follow @phpactor for the latest news.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.