PHPackages                             livue/livue - 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. livue/livue

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

livue/livue
===========

Server-driven reactivity for Laravel using Vue.js

v1.6.8(1mo ago)4843414MITJavaScriptPHP ^8.2

Since Jan 29Pushed 1mo ago2 watchersCompare

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

READMEChangelog (1)Dependencies (77)Versions (77)Used By (4)

LiVue
=====

[](#livue)

Server-driven reactivity for Laravel using Vue.js.

Write reactive components with PHP on the server and Vue.js on the client, combining the best of both worlds.

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

[](#requirements)

RequirementVersionPHP8.2+Laravel11.x / 12.x / 13.xVue3.5+Installation
------------

[](#installation)

```
composer require livue/livue
```

Quick Start
-----------

[](#quick-start)

```
// app/LiVue/Counter.php
namespace App\LiVue;

use LiVue\Component;

class Counter extends Component
{
    public int $count = 0;

    public function increment(): void
    {
        $this->count++;
    }

    public function render(): string
    {
        return 'livue.counter';
    }
}
```

```

    {{ $count }}
    +

```

```

```

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

[](#documentation)

For full documentation, visit [livue-laravel.com/docs](https://livue-laravel.com/docs).

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for release history.

Upgrading
---------

[](#upgrading)

See [UPGRADE.md](UPGRADE.md) for upgrade instructions.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover a security vulnerability, please see [SECURITY](.github/SECURITY.md) for reporting instructions.

Credits
-------

[](#credits)

LiVue is heavily inspired by [Livewire](https://livewire.laravel.com). A huge thank you to [Caleb Porzio](https://github.com/calebporzio) and the Livewire team for creating such an amazing tool that inspired this project.

License
-------

[](#license)

LiVue is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance93

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~2 days

Total

76

Last Release

34d ago

Major Versions

v0.6.3 → v1.0.02026-02-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4634f6f92c84533284175d1906210287e9a71e6e1aa020b8ecaeb6a3389a0990?d=identicon)[Makrid87](/maintainers/Makrid87)

---

Top Contributors

[![mycmdev](https://avatars.githubusercontent.com/u/30589700?v=4)](https://github.com/mycmdev "mycmdev (128 commits)")

---

Tags

laravelreactivityserver-driven-uivue3laravelcomponentsvuereactivityserver-driven

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M234](/packages/laravel-mcp)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M162](/packages/laravel-cashier)[moonshine/moonshine

Laravel administration panel

1.3k268.2k89](/packages/moonshine-moonshine)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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