PHPackages                             marko/inertia - 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/inertia

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

marko/inertia
=============

Inertia.js protocol integration for the Marko Framework - middleware, response factory, shared data, and SSR support

0.7.0(1w ago)171↓100%3MITPHPPHP ^8.5

Since May 1Pushed 6d agoCompare

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

READMEChangelogDependencies (7)Versions (9)Used By (3)

marko/inertia
=============

[](#markoinertia)

Inertia.js protocol integration for the Marko Framework - middleware, response factory, shared data, and SSR support.

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

[](#installation)

```
composer require marko/inertia
```

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

[](#quick-example)

```
use Marko\Inertia\Inertia;
use Marko\Routing\Http\Request;
use Marko\Routing\Http\Response;

class DashboardController
{
    public function __construct(
        private readonly Inertia $inertia,
    ) {}

    public function index(Request $request): Response
    {
        return $this->inertia->render($request, 'Dashboard', [
            'user' => ['name' => 'Paulo'],
        ]);
    }
}
```

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

[](#documentation)

Full usage, API reference, and examples: [marko/inertia](https://marko.build/docs/packages/inertia/)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance98

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

7

Last Release

13d 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 (4 commits)")[![ps-carvalho](https://avatars.githubusercontent.com/u/65711196?v=4)](https://github.com/ps-carvalho "ps-carvalho (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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