https://github.com/felixfbecker/php-language-server-protocol
Protocol classes for the Language Server Protocol in PHP
https://github.com/felixfbecker/php-language-server-protocol
lsp php
Last synced: 9 months ago
JSON representation
Protocol classes for the Language Server Protocol in PHP
- Host: GitHub
- URL: https://github.com/felixfbecker/php-language-server-protocol
- Owner: felixfbecker
- License: isc
- Created: 2017-02-17T11:38:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:16:56.000Z (over 1 year ago)
- Last Synced: 2025-05-11T07:55:03.581Z (9 months ago)
- Topics: lsp, php
- Language: PHP
- Homepage:
- Size: 144 KB
- Stars: 218
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Language Server Protocol for PHP
[](https://packagist.org/packages/felixfbecker/language-server-protocol)
[](https://travis-ci.org/felixfbecker/php-language-server-protocol)
[](https://php.net/)
[](https://github.com/felixfbecker/php-language-server-protocol/blob/master/LICENSE)
Protocol classes for the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) in PHP
## Installation
```
composer require felixfbecker/language-server-protocol
```
## Releases
Releases are done automatically in CI by analyzing commit messages.
Make sure to follow the [Conventional Commits Convention](https://www.conventionalcommits.org/en/v1.0.0-beta.2/).