An open API service indexing awesome lists of open source software.

https://github.com/firehed/php-lsp-testing


https://github.com/firehed/php-lsp-testing

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PHP LSP Test Client

## Setup

```bash
$ composer install
```

You should see the normal composer install process followed by a lot of "Parsing file {name}" output. If you do not see the parsing stuff, also run this:

```bash
$ composer run-script --working-dir=vendor/felixfbecker/language-server parse-stubs
```

### Don't have composer?
[Installation instructions](https://getcomposer.org/download/)

## Run

```
$ php run.php
```

Want spam?

```
$ php run.php -v
```

## Requirements

PHP 7.0+