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

ActiveMarko-module

chedaroo/inertia-marko
======================

The Marko adapter for Inertia.js.

00PHP

Since Apr 5Pushed todayCompare

[ Source](https://github.com/chedaroo/inertia-marko)[ Packagist](https://packagist.org/packages/chedaroo/inertia-marko)[ RSS](/packages/chedaroo-inertia-marko/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

inertia-marko
=============

[](#inertia-marko)

The [Marko PHP](https://marko.build) server-side adapter for [Inertia.js](https://inertiajs.com).

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

[](#requirements)

- PHP 8.5+
- Marko PHP framework with `marko/view` and `marko/view-latte`

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

[](#installation)

```
composer require chedaroo/inertia-marko
```

Usage
-----

[](#usage)

```
use Inertia\InertiaInterface;
use Inertia\Middleware\HandleInertiaRequests;
use Marko\Routing\Attributes\Get;
use Marko\Routing\Attributes\Middleware;
use Marko\Routing\Http\Response;

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

    #[Get('/dashboard')]
    #[Middleware(HandleInertiaRequests::class)]
    public function index(): Response
    {
        return $this->inertia->render('Dashboard', [
            'user' => 'Cheda',
        ]);
    }
}
```

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 15% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3003877?v=4)[Richard Jesudason](/maintainers/chedaroo)[@chedaroo](https://github.com/chedaroo)

---

Top Contributors

[![chedaroo](https://avatars.githubusercontent.com/u/3003877?v=4)](https://github.com/chedaroo "chedaroo (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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