PHPackages                             marko/lsp - 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. [Framework](/categories/framework)
4. /
5. marko/lsp

ActiveMarko-module[Framework](/categories/framework)

marko/lsp
=========

Language Server Protocol implementation for Marko Framework semantics

0.8.4(1mo ago)0121MITPHPPHP ^8.5

Since May 29Pushed 1mo agoCompare

[ Source](https://github.com/marko-php/marko-lsp)[ Packagist](https://packagist.org/packages/marko/lsp)[ RSS](/packages/marko-lsp/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (8)Versions (7)Used By (1)

marko/lsp
=========

[](#markolsp)

Language Server Protocol implementation for Marko — powers editor completions, diagnostics, go-to-definition, and hover for Marko-specific semantics.

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

[](#installation)

```
composer require marko/lsp
```

Quick Example
-------------

[](#quick-example)

```
marko lsp:serve
```

Configure your editor (example for Neovim with `nvim-lspconfig`):

```
require('lspconfig').marko.setup({
  cmd = { 'marko', 'lsp:serve' },
})
```

Documentation
-------------

[](#documentation)

Supported `textDocument/*` methods, feature coverage, and editor setup: [marko/lsp](https://marko.build/docs/packages/lsp/)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance93

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Every ~4 days

Total

5

Last Release

42d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (2 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/marko-lsp/health.svg)

```
[![Health](https://phpackages.com/badges/marko-lsp/health.svg)](https://phpackages.com/packages/marko-lsp)
```

PHPackages © 2026

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