1
0
Fork 0

Add contribution guides

pull/15/head v2.2.0
Felix Becker 2016-09-06 14:02:28 +02:00
parent aa6b729336
commit 7138088b4f
1 changed files with 16 additions and 0 deletions

View File

@ -9,3 +9,19 @@
A pure PHP implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). A pure PHP implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).
![Find all symbols demo](images/documentSymbol.gif) ![Find all symbols demo](images/documentSymbol.gif)
## Used by
- [vscode-php-intellisense](https://github.com/felixfbecker/vscode-php-intellisense)
## 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