https://github.com/php-lsp/dispatcher
[READ ONLY] Subtree split of the component (see php-lsp/php-lsp)
https://github.com/php-lsp/dispatcher
delegate dispatcher emitter handler language-server lsp php resolver rpc
Last synced: 7 months ago
JSON representation
[READ ONLY] Subtree split of the component (see php-lsp/php-lsp)
- Host: GitHub
- URL: https://github.com/php-lsp/dispatcher
- Owner: php-lsp
- License: mit
- Created: 2024-11-11T23:32:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-16T22:28:25.000Z (about 1 year ago)
- Last Synced: 2025-05-17T08:14:44.646Z (11 months ago)
- Topics: delegate, dispatcher, emitter, handler, language-server, lsp, php, resolver, rpc
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Installation
This package is available as Composer repository and can be
installed using the following command in a root of your project:
```sh
$ composer require php-lsp/dispatcher
```