Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

File metadata and controls

19 lines (15 loc) · 1.14 KB

php-integrator/core

Send me some coffee beans

Build Status Coverage Status Latest Version

PHP Integrator is a server that indexes PHP code and performs static analysis. It stores its information in a database and can retrieve information about your code to clients by communicating over sockets. Clients can use this information to provide various functionalities, such as autocompletion, code navigation and tooltips.

Where is it used?

Currently the core package is used to power the php-integrator-* packages for the Atom editor. See also the list of projects.

GPLv3 Logo