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

ActiveMarko-module[Utility &amp; Helpers](/categories/utility)

marko/inertia-svelte
====================

Svelte companion for marko/inertia - configuration and frontend marker binding

0.7.0(1mo ago)12↓100%MITPHPPHP ^8.5

Since May 2Pushed 6d agoCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (0)

marko/inertia-svelte
====================

[](#markoinertia-svelte)

Svelte companion for `marko/inertia` - configuration defaults and a frontend marker binding for Svelte.

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

[](#installation)

```
composer require marko/inertia-svelte
```

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: $request,
            component: 'Dashboard',
        );
    }
}
```

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

[](#documentation)

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

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance96

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

4

Last Release

39d ago

### Community

Maintainers

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

---

Top Contributors

[![ps-carvalho](https://avatars.githubusercontent.com/u/65711196?v=4)](https://github.com/ps-carvalho "ps-carvalho (3 commits)")[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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