PHPackages                             johnnyfreeman/laravel-turbo - 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. [API Development](/categories/api)
4. /
5. johnnyfreeman/laravel-turbo

ActiveLibrary[API Development](/categories/api)

johnnyfreeman/laravel-turbo
===========================

Hotwire Turbo integration for Laravel.

0.2(3y ago)13.7k1MITPHP

Since May 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/johnnyfreeman/laravel-turbo)[ Packagist](https://packagist.org/packages/johnnyfreeman/laravel-turbo)[ RSS](/packages/johnnyfreeman-laravel-turbo/feed)WikiDiscussions main Synced 1mo ago

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

Hotwire Turbo for Laravel
=========================

[](#hotwire-turbo-for-laravel)

Some lightweight tools for sending Turbo Streams to the front end.

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

[](#installation)

You can install the package via composer:

```
composer require johnnyfreeman/laravel-turbo
```

Usage
-----

[](#usage)

Controler

```
class PostCommentController
{
    public function store(Request $request, Post $post)
    {
        $comment = $post->comments()->create([
            'text' => $request->get('text')
        ]);

        if ($request->wantsTurboStream()) {
            return turbo_stream()
                ->prepend('comments', view('posts.comment', ['text' => $comment->text]))
                ->append('notifications', view('notifications.simple', ['title' => 'Post comment created!']));
        }

        return back();
    }
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~108 days

Recently: every ~163 days

Total

7

Last Release

1158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39a98101c956c920ec10cbe9d809eb1e8904303ac7ab252cc9a8a6953065dbae?d=identicon)[johnnyfreeman](/maintainers/johnnyfreeman)

---

Top Contributors

[![johnnyfreeman](https://avatars.githubusercontent.com/u/371481?v=4)](https://github.com/johnnyfreeman "johnnyfreeman (17 commits)")[![rummelc](https://avatars.githubusercontent.com/u/64812916?v=4)](https://github.com/rummelc "rummelc (1 commits)")

---

Tags

laravelturbohotwire

### Embed Badge

![Health badge](/badges/johnnyfreeman-laravel-turbo/health.svg)

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

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)

PHPackages © 2026

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