PHPackages                             builtbyberry/laravel-swarm-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. builtbyberry/laravel-swarm-pulse

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

builtbyberry/laravel-swarm-pulse
================================

Laravel Pulse integration for Laravel Swarm — recorders and dashboard cards for swarm runs, steps, memory, and audit outbox observability.

v0.1.2(2d ago)00MITPHPPHP ^8.5CI passing

Since Jul 6Pushed 2d agoCompare

[ Source](https://github.com/builtbyberry/laravel-swarm-pulse)[ Packagist](https://packagist.org/packages/builtbyberry/laravel-swarm-pulse)[ Docs](https://swarm.builtbyberry.com)[ RSS](/packages/builtbyberry-laravel-swarm-pulse/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (13)Versions (6)Used By (0)

Laravel Swarm Pulse
===================

[](#laravel-swarm-pulse)

[Laravel Pulse](https://laravel.com/docs/pulse) integration for [Laravel Swarm](https://github.com/builtbyberry/laravel-swarm) — recorders and dashboard cards for swarm runs, step durations, memory growth, and audit outbox observability.

This package was extracted from `builtbyberry/laravel-swarm` core in v0.17.1 to keep the core package's dependency footprint small. If you were using Pulse recorders or cards from `laravel-swarm` before v0.17.1, install this package and update your imports — see [UPGRADING.md](https://github.com/builtbyberry/laravel-swarm/blob/main/UPGRADING.md)in core for the migration steps.

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

[](#installation)

```
composer require builtbyberry/laravel-swarm-pulse
```

This pulls in `laravel/pulse` as a dependency. Then publish and migrate Pulse, and run the swarm installer:

```
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"

php artisan migrate

php artisan swarm:install:pulse
```

`swarm:install:pulse` registers the `SwarmRuns`, `SwarmStepDurations`, and `SwarmMemoryMetrics` recorders in `config/pulse.php` and injects the swarm cards into `resources/views/vendor/pulse/dashboard.blade.php`. Both edits are sentinel-fenced and safe to re-run; the original files are backed up to `.bak` before the first mutation.

Pick which cards to enable with `--cards` (default: all four):

```
php artisan swarm:install:pulse --no-interaction --cards=runs,steps
```

If Pulse is not installed, the command refuses with a copy-paste hint and exits non-zero.

Cards
-----

[](#cards)

CardLivewire tagWhat it showsSwarm Runs``Per-swarm totals, failures, failure rate, average run duration, topology mixSwarm Steps``Slowest average step durations by swarm + agentSwarm Audit Outbox``Live operational state of the audit outbox (pending, dead-letter, stale)Swarm Memory``Memory growth + snapshot size per scopeSee core's `docs/pulse.md` for the full aggregate-type reference, tuning knobs, and troubleshooting guide — this package's behavior is unchanged from the pre-extraction integration, only the namespace and package boundary moved.

License
-------

[](#license)

MIT.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance99

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

3

Last Release

2d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1000887?v=4)[Daniel Berry](/maintainers/dberry37388)[@dberry37388](https://github.com/dberry37388)

---

Top Contributors

[![dberry37388](https://avatars.githubusercontent.com/u/1000887?v=4)](https://github.com/dberry37388 "dberry37388 (11 commits)")

---

Tags

laravelaiagentsobservabilitypulseswarm

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/builtbyberry-laravel-swarm-pulse/health.svg)

```
[![Health](https://phpackages.com/badges/builtbyberry-laravel-swarm-pulse/health.svg)](https://phpackages.com/packages/builtbyberry-laravel-swarm-pulse)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M205](/packages/laravel-ai)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

726175.4k14](/packages/tallstackui-tallstackui)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M134](/packages/laravel-pulse)[moonshine/moonshine

Laravel administration panel

1.3k253.1k82](/packages/moonshine-moonshine)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)

PHPackages © 2026

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