PHPackages                             webpatser/resonate-pulse - 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. [Admin Panels](/categories/admin)
4. /
5. webpatser/resonate-pulse

ActiveLibrary[Admin Panels](/categories/admin)

webpatser/resonate-pulse
========================

Laravel Pulse cards for the webpatser/resonate plugin family

v0.2.0(2mo ago)00MITPHPPHP ^8.5CI passing

Since May 25Pushed 3w agoCompare

[ Source](https://github.com/webpatser/resonate-pulse)[ Packagist](https://packagist.org/packages/webpatser/resonate-pulse)[ RSS](/packages/webpatser-resonate-pulse/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

Resonate Pulse
==============

[](#resonate-pulse)

Laravel Pulse cards for the [Resonate](https://github.com/webpatser/resonate) plugin family. Four cards covering the cluster roster, webhook delivery, per-user-cap terminations, and token-auth rejections, each driven by a Pulse recorder that ingests on a beat or on an event.

Cards
-----

[](#cards)

CardSource plugin (required to enable)RecorderPulse series**Roster**`webpatser/resonate-roster` 0.2+`Pulse\RosterRecorder` (beat)`resonate_roster_rooms`, `resonate_roster_users`, `resonate_roster_connections`**Webhooks**`webpatser/resonate-webhooks` 0.2+`Pulse\WebhooksRecorder` (events)`resonate_webhook_delivered`, `resonate_webhook_failed`**UserCap**`webpatser/resonate-user-cap` 0.2+`Pulse\UserCapRecorder` (event)`resonate_user_cap_exceeded`**TokenAuth**`webpatser/resonate-token-auth` 0.2+`Pulse\TokenAuthRecorder` (event)`resonate_token_rejected`A recorder is only useful when its source plugin is installed. The pulse package does not hard-require the three event-driven plugins; the host opts in to each recorder via `config/pulse.php`, and you only register the cards you have data for.

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

[](#requirements)

- PHP 8.5+
- Laravel 13
- `laravel/pulse` 1.7+
- `webpatser/resonate-roster` 0.2+ (the Roster card and recorder always require this)

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

[](#installation)

```
composer require webpatser/resonate-pulse
```

Publish the config if you want to change the Roster sampling interval:

```
php artisan vendor:publish --tag=resonate-pulse-config
```

Registering recorders
---------------------

[](#registering-recorders)

Add only the recorders for the plugins you have installed to `config/pulse.php`:

```
'recorders' => [
    // ... your other recorders

    \Webpatser\ResonatePulse\Pulse\RosterRecorder::class => [],     // requires resonate-roster
    \Webpatser\ResonatePulse\Pulse\WebhooksRecorder::class => [],   // requires resonate-webhooks
    \Webpatser\ResonatePulse\Pulse\UserCapRecorder::class => [],    // requires resonate-user-cap
    \Webpatser\ResonatePulse\Pulse\TokenAuthRecorder::class => [],  // requires resonate-token-auth
],
```

Pulse takes care of subscribing each recorder to its `$listen` event (or, for `RosterRecorder`, the per-second `IsolatedBeat`). Your existing `pulse:check` schedule keeps running them.

Adding cards to the dashboard
-----------------------------

[](#adding-cards-to-the-dashboard)

Publish the Pulse dashboard if you haven't yet:

```
php artisan vendor:publish --tag=pulse-dashboard
```

Drop the cards you want into `resources/views/vendor/pulse/dashboard.blade.php`:

```

    {{-- ...your other cards --}}

```

Configuration
-------------

[](#configuration)

KeyDefaultPurpose`interval``15`Roster sampling interval in seconds. The other recorders are event-driven and ignore this.How the recorders write
-----------------------

[](#how-the-recorders-write)

- **Roster** is a *beat* recorder: each `IsolatedBeat` (one per second) is gated by the interval, and on each tick it snapshots `RoomRoster::occupiedChannels()` and writes three series with avg + max aggregates.
- **Webhooks / UserCap / TokenAuth** are *event* recorders: each Laravel event becomes one Pulse record with `count` as the aggregate. Buckets are by application id (Webhooks, UserCap) or rejection reason (TokenAuth), so the cards can break the total down.

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e442a1d15a5b64438f3b471acfded80951afb1bed23641cfd80c5254099eab9d?d=identicon)[webpatser](/maintainers/webpatser)

---

Top Contributors

[![webpatser](https://avatars.githubusercontent.com/u/25720?v=4)](https://github.com/webpatser "webpatser (3 commits)")

---

Tags

laravelMetricsdashboardpulsepresenceresonate

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/webpatser-resonate-pulse/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M321](/packages/laravel-horizon)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[illuminate/database

The Illuminate Database package.

2.8k54.9M12.2k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M246](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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