PHPackages                             playroom/livewire-adapter - 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. playroom/livewire-adapter

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

playroom/livewire-adapter
=========================

Livewire adapter package for PlayRoom built on the Alpine adapter

v1.0.1(3mo ago)0621MITPHPPHP ^8.3

Since Apr 23Pushed 3mo agoCompare

[ Source](https://github.com/Play-Room/livewire-adapter)[ Packagist](https://packagist.org/packages/playroom/livewire-adapter)[ RSS](/packages/playroom-livewire-adapter/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

PlayRoom Livewire Adapter
=========================

[](#playroom-livewire-adapter)

Laravel package that exposes PlayRoom as a Livewire 4 component.

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

[](#requirements)

- PHP 8.3+
- Laravel 13+
- Livewire 4+

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

[](#installation)

Require the package:

```
composer require playroom/livewire-adapter
```

Laravel package discovery will register `PlayRoom\\LivewirePlayRoom\\LivewirePlayRoomServiceProvider` automatically.

Add the package JavaScript entry to your application's `vite.config.js` inputs so Laravel Vite includes it in the manifest:

```
laravel({
    input: [
        'resources/css/app.css',
        'resources/js/app.js',
        'vendor/playroom/livewire-adapter/resources/js/playroom-init.js',
    ],
    refresh: true,
})
```

Usage
-----

[](#usage)

Render the component in Blade:

```

```

Or mount it directly with custom options:

```
@livewire(\PlayRoom\LivewirePlayRoom\LivewirePlayRoom::class, [
    'playRoomLocale' => 'en',
    'playRoomTheme' => 'light',
    'playRoomOptions' => [
        'browserStartMode' => 'inline',
        'launcher' => [
            'mode' => 'inline',
        ],
        'themeColors' => [
            'primary' => '#0f766e',
            'secondary' => '#475569',
        ],
    ],
    'playRoomUseDefaultGames' => true,
    'playRoomDefaultGamesConfig' => [],
    'playRoomGameRegistrars' => [],
])
```

Supported Props
---------------

[](#supported-props)

- `playRoomLocale`
- `playRoomTheme`
- `playRoomOptions`
- `playRoomWrapperClass`
- `playRoomContainerClass`
- `playRoomUseDefaultGames`
- `playRoomDefaultGamesConfig`
- `playRoomGameRegistrars`

Notes
-----

[](#notes)

- The package loads the `vendor/playroom/livewire-adapter/resources/js/playroom-init.js` Vite entry from the consuming Laravel app.
- The consuming Laravel app must add that same path to the Vite `input` array, otherwise the asset will not exist in `public/build/manifest.json`.
- This adapter expects the underlying PlayRoom Alpine integration to be available in the host application.
- Locale and theme changes stay synchronized between the PlayRoom instance and Livewire.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/211412089?v=4)[ZPM Labs](/maintainers/zpmlabs)[@ZPMLabs](https://github.com/ZPMLabs)

---

Top Contributors

[![sasaorasanin](https://avatars.githubusercontent.com/u/100382372?v=4)](https://github.com/sasaorasanin "sasaorasanin (1 commits)")

### Embed Badge

![Health badge](/badges/playroom-livewire-adapter/health.svg)

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

###  Alternatives

[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[noerd/noerd

101.4k10](/packages/noerd-noerd)

PHPackages © 2026

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