1
0
Fork 0
php-language-server/README.md

1.4 KiB

PHP Language Server

Version Build Status Coverage Dependency Status Minimum PHP Version License

A pure PHP implementation of the Language Server Protocol.

Find all symbols demo

Used by

Contributing

You need at least PHP 7.0 and Composer installed. Clone the repository and run

composer install

to install dependencies.

Run the tests with

vendor/bin/phpunit --bootstrap vendor/autoload.php tests