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.4(1mo ago)0205MITPHPPHP ^8.5CI passing

Since Jul 6Pushed 1mo 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 1w ago

READMEChangelog (1)Dependencies (26)Versions (8)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

43

—

FairBetter than 89% of packages

Maintenance92

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

5

Last Release

32d 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.1k4.6M332](/packages/laravel-ai)[tallstackui/tallstackui

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

731189.9k16](/packages/tallstackui-tallstackui)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.5k](/packages/laravel-sail)[anousss007/vigilance

A driver-agnostic control center for Laravel queues, jobs, commands and the scheduler. Monitor what ran (with parameters), see failures, and dispatch jobs or run artisan commands manually from a self-contained dashboard.

1939.9k](/packages/anousss007-vigilance)[moonshine/moonshine

Laravel administration panel

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

PHPackages © 2026

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