Skip to content
forked from phpactor/phpactor

PHP completion, refactoring and introspection tool.

License

Notifications You must be signed in to change notification settings

rusheb/phpactor

 
 

Repository files navigation

Phpactor

phpactor2sm

Branch Status
master Build Status: master
develop Build Status: develop

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.
  • Native VIM plugin (emacs plugin is in development).
  • Navigation (jump to definition, related classes, references etc).
  • Context menu.
  • More.

Installation

Phpactor is a general tool, it is not intended that it be installed as a project dependency.

See Installation for installation instructions.

Requirements

  • PHP 7.1+
  • Composer

Project Recommendations

Phpactor will perform better with Composer and, to a lesser extent, with GiT.

Documentation

Full documentation can be found on the Github page

Community

About

PHP completion, refactoring and introspection tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.7%
  • Vim Script 5.0%
  • Shell 0.3%