PHPackages                             t3ide/language-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. t3ide/language-server

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

t3ide/language-server
=====================

Language Server Protocol runtime and infrastructure for PHP

v1.0.0(3mo ago)001MITPHP

Since Mar 22Pushed 3mo agoCompare

[ Source](https://github.com/t3ide/language-server)[ Packagist](https://packagist.org/packages/t3ide/language-server)[ RSS](/packages/t3ide-language-server/feed)WikiDiscussions public Synced 2w ago

READMEChangelogDependencies (12)Versions (2)Used By (1)

language-server
===============

[](#language-server)

`t3ide/language-server` is a PHP library that provides JSON-RPC and Language Server Protocol runtime infrastructure.

It is designed as a reusable foundation for building and operating LSP servers in PHP.

What it provides
----------------

[](#what-it-provides)

- JSON-RPC 2.0 message parsing and serialization
- stdio and socket server integration
- request/notification dispatch pipeline with middleware
- request and event dispatch strategies
- client proxy APIs (`window`, `workspace`, diagnostics, work progress)
- cancellation-aware request handling
- server runtime stats helpers

Package layout
--------------

[](#package-layout)

- `lib/JsonRpc/` - transport, request/response objects, client/server session handling
- `lib/Core/Dispatcher/` - method/event dispatch strategies
- `lib/Core/Middleware/` - request pipeline middleware
- `lib/Handler/` - built-in protocol handlers
- `tests/Integration/` - integration tests for pipeline, middleware, dispatcher, and handlers

Requirements
------------

[](#requirements)

- PHP 8.2+
- `t3ide/language-server-protocol`

Installation
------------

[](#installation)

```
composer require t3ide/language-server
```

Development
-----------

[](#development)

Install dependencies:

```
composer install
```

Run tests:

```
./vendor/bin/phpunit
```

Run static analysis:

```
./vendor/bin/phpstan analyse -c phpstan.neon
```

Run coding standards check:

```
./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.php --dry-run --diff
```

License
-------

[](#license)

MIT. See `LICENSE.md`.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance82

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14216933?v=4)[Manfred Egger](/maintainers/Teddytrombone)[@Teddytrombone](https://github.com/Teddytrombone)

---

Top Contributors

[![Teddytrombone](https://avatars.githubusercontent.com/u/14216933?v=4)](https://github.com/Teddytrombone "Teddytrombone (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/t3ide-language-server/health.svg)

```
[![Health](https://phpackages.com/badges/t3ide-language-server/health.svg)](https://phpackages.com/packages/t3ide-language-server)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[symfony/symfony

The Symfony PHP framework

31.4k86.9M2.2k](/packages/symfony-symfony)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

562565.8k42](/packages/ecotone-ecotone)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

84735.1k](/packages/flow-php-flow)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
