PHPackages                             jdarkins/pulse-throttled - 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. jdarkins/pulse-throttled

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

jdarkins/pulse-throttled
========================

A Laravel Pulse card to track users &amp; URL's that are being throttled by your Rate Limiters

v1.1.0(7mo ago)02.7k↓33.3%MITBladePHP ^8.1

Since Sep 19Pushed 7mo agoCompare

[ Source](https://github.com/jdarkins/pulse-throttled)[ Packagist](https://packagist.org/packages/jdarkins/pulse-throttled)[ RSS](/packages/jdarkins-pulse-throttled/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

 [![Total Downloads](https://camo.githubusercontent.com/3dd03fde58a2fa7b11964d648060d8867d659fc762fc1133fab3441452231a47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6461726b696e732f70756c73652d7468726f74746c6564)](https://packagist.org/packages/jdarkins/pulse-throttled) [![Latest Stable Version](https://camo.githubusercontent.com/6b3276b00c8d0712451c6e021564c3bc8d8358f12dd070cca7a115a330713b6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6461726b696e732f70756c73652d7468726f74746c6564)](https://packagist.org/packages/jdarkins/pulse-throttled) [![License](https://camo.githubusercontent.com/e979bbb11ed9a3ba6c748f5980469284d44d88c0d18adc3711e843c32b598848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6461726b696e732f70756c73652d7468726f74746c6564)](https://packagist.org/packages/jdarkins/pulse-throttled)

Laravel Pulse Throttled Requests
================================

[](#laravel-pulse-throttled-requests)

Track throttled requests in your Laravel application with a clean Pulse dashboard card.

[![Throttled Requests Card Example](assets/pulse-throttled-example.png)](assets/pulse-throttled-example.png)

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

[](#installation)

Install via Composer:

```
composer require jdarkins/pulse-throttled
```

Setup
-----

[](#setup)

1. **Add the recorder to your Pulse configuration:**

```
// config/pulse.php
'recorders' => [
    // ... other recorders
    \Jdarkins\PulseThrottled\Pulse\Recorders\ThrottledRecorder::class => [],
],
```

2. **Add the card to your Pulse dashboard:**

```

```

That's it! The package will automatically start tracking HTTP 429 responses.

What It Shows
-------------

[](#what-it-shows)

The dashboard displays:

- **Total throttles** and **unique IPs** affected
- **Most throttled URLs** with request counts
- **Most active IPs** and their throttling patterns
- **Recent throttling events** with timestamps

Additional Configuration
------------------------

[](#additional-configuration)

If you want to have more control over the recorder, you can apply the following configuration options to your recorder in `config/pulse.php`:

```
'recorders' => [
    \Jdarkins\PulseThrottled\Pulse\Recorders\ThrottledRecorder::class => [
        'enabled' => env('PULSE_THROTTLED_ENABLED', true),
        'sample_rate' => env('PULSE_THROTTLED_SAMPLE_RATE', 1),
        'display_limit' => env('PULSE_THROTTLED_DISPLAY_LIMIT', 20),
    ],
],
```

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

[](#requirements)

- PHP ^8.1
- Laravel ^11.0|^12.0
- Laravel Pulse ^1.0
- Livewire ^3.0

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance63

Regular maintenance activity

Popularity22

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

230d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4957d881f8e3aef6fe0538c2d3780d56bce08bb001d9adeca1d18fd0102f6697?d=identicon)[jdarkins](/maintainers/jdarkins)

---

Top Contributors

[![jdarkins](https://avatars.githubusercontent.com/u/104154924?v=4)](https://github.com/jdarkins "jdarkins (6 commits)")

---

Tags

laravelrate limitthrottlepulselaravel-pulse

### Embed Badge

![Health badge](/badges/jdarkins-pulse-throttled/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[hosmelq/laravel-pulse-schedule

Laravel Pulse card that list all scheduled tasks.

60423.4k](/packages/hosmelq-laravel-pulse-schedule)[davedevelopment/stiphle

Simple rate limiting/throttling for php

2567.7M9](/packages/davedevelopment-stiphle)[vcian/pulse-active-sessions

A Laravel Pulse card to show active user session.

11469.2k](/packages/vcian-pulse-active-sessions)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)

PHPackages © 2026

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