https://github.com/firehed/php-lsp-testing
https://github.com/firehed/php-lsp-testing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firehed/php-lsp-testing
- Owner: Firehed
- Created: 2017-06-29T17:13:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T23:39:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T22:27:00.905Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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+