PHPackages                             otiteca971/laravel-elm - 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. otiteca971/laravel-elm

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

otiteca971/laravel-elm
======================

Render your Elm programs in Laravel --- forked from tightenco/laravel-elm

2.3.1(7y ago)011MITPHPPHP &gt;=5.4.0

Since Oct 7Pushed 7y agoCompare

[ Source](https://github.com/otiteca971/laravel-elm)[ Packagist](https://packagist.org/packages/otiteca971/laravel-elm)[ RSS](/packages/otiteca971-laravel-elm/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

Render your Elm programs in Laravel
===================================

[](#render-your-elm-programs-in-laravel)

So you want to render an elm program inside a laravel application?

This package makes it easy.

Recommended: The partner Javascript library with the same name, `npm i --dev laravel-elm`

>

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

[](#installation)

Begin by installing this package through Composer.

```
{
    "require": {
        "tightenco/laravel-elm": "~1.0"
    }
}
```

And add the service provider and facade alias to your application config.

**config/app.php**

```
...
'providers' => [
    '...',
    Tightenco\Elm\ElmServiceProvider::class
];
...

```

```
...
'aliases' => [
    '...',
    'Elm' => Tightenco\Elm\ElmFacade::class,
];

```

You may then use the helpful `Elm` facade in your controllers.

```
use Elm;
...
public function index()
{
    return view('home', [
        'example' => Elm::make('example', [
            'name' => Auth::user()->name
        ])
    ]);
}
```

License
-------

[](#license)

[View the license](https://github.com/tightenco/laravel-elm/blob/master/LICENSE) for this repo.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.7% 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 ~138 days

Recently: every ~144 days

Total

7

Last Release

2675d ago

Major Versions

v1.0.0 → v2.0.02017-02-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/66ec19acc9dbf3d326fe4b6218040ca9b27dea4373666a9a3c640abc081a4e84?d=identicon)[otiteca971](/maintainers/otiteca971)

---

Top Contributors

[![loganhenson](https://avatars.githubusercontent.com/u/2792946?v=4)](https://github.com/loganhenson "loganhenson (15 commits)")[![otiteca971](https://avatars.githubusercontent.com/u/30328367?v=4)](https://github.com/otiteca971 "otiteca971 (7 commits)")[![r3oath](https://avatars.githubusercontent.com/u/2805249?v=4)](https://github.com/r3oath "r3oath (3 commits)")[![devnuhl](https://avatars.githubusercontent.com/u/1120006?v=4)](https://github.com/devnuhl "devnuhl (1 commits)")

---

Tags

laravelelm

### Embed Badge

![Health badge](/badges/otiteca971-laravel-elm/health.svg)

```
[![Health](https://phpackages.com/badges/otiteca971-laravel-elm/health.svg)](https://phpackages.com/packages/otiteca971-laravel-elm)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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