PHPackages                             chrysanthos/pulse-requests - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. chrysanthos/pulse-requests

ActiveLibrary[HTTP &amp; Networking](/categories/http)

chrysanthos/pulse-requests
==========================

A Laravel Pulse package for Requests

1.0.5(2y ago)1153.0k↓25.5%MITBladePHP ^8.1CI passing

Since Jan 8Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/chrysanthos/pulse-requests)[ Packagist](https://packagist.org/packages/chrysanthos/pulse-requests)[ Docs](https://github.com/chrysanthos/pulse-requests)[ RSS](/packages/chrysanthos-pulse-requests/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

Laravel Pulse Request Recorder
==============================

[](#laravel-pulse-request-recorder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/25f1d555e1e27779ce2e17b9c30976681f177dfecdbba7ac80ef89e7a2c6449e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368727973616e74686f732f70756c73652d72657175657374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrysanthos/pulse-requests)[![GitHub Code Style Action](https://github.com/chrysanthos/pulse-requests/actions/workflows/formatting.yml/badge.svg)](https://github.com/chrysanthos/pulse-requests/actions/workflows/formatting.yml)[![Total Downloads](https://camo.githubusercontent.com/02ba1b17aba8aa65bd6286fffff2e7aa2680b805e9d40aa151203994c36a03d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368727973616e74686f732f70756c73652d72657175657374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrysanthos/pulse-requests)

This package records all incoming requests with Laravel Pulse. They are categorized in 5 buckets according to their response's http status.

[![screenshot.png](screenshot.png)](screenshot.png)

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

[](#installation)

You can install the package via composer:

```
composer require chrysanthos/pulse-requests
```

Usage
-----

[](#usage)

Add the card to your dashboard by editing `resources/views/vendor/pulse/dashboard.blade.php`

```

    (...)

```

Add the recorder to your `config/pulse.php` file

```
'recorders' => [
    \Chrysanthos\PulseRequests\Recorders\RequestRecorder::class => [],
    (...)
]
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please contact me directly via email.

Credits
-------

[](#credits)

- [Chrysanthos Prodromou](https://github.com/chrysanthos)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance40

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

9

Last Release

927d ago

Major Versions

0.0.3 → 1.0.02024-01-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48060191?v=4)[Chrysanthos](/maintainers/chrysanthos)[@chrysanthos](https://github.com/chrysanthos)

---

Top Contributors

[![chrysanthos](https://avatars.githubusercontent.com/u/48060191?v=4)](https://github.com/chrysanthos "chrysanthos (19 commits)")

---

Tags

hacktoberfestlaravellaravel-packagelaravel-pulsepulselaravel-pulseChrysanthosLaravel Pulse Requests

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chrysanthos-pulse-requests/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[hosmelq/laravel-pulse-schedule

Laravel Pulse card that list all scheduled tasks.

63553.3k](/packages/hosmelq-laravel-pulse-schedule)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k131](/packages/httpsoft-http-message)[vcian/pulse-active-sessions

A Laravel Pulse card to show active user session.

11385.9k](/packages/vcian-pulse-active-sessions)[muhammadhuzaifa/laravel-pulse-guzzle-recorder

Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.

1725.7k](/packages/muhammadhuzaifa-laravel-pulse-guzzle-recorder)[abbasudo/pulse-users

Laravel Pulse Card for Users Chart

3380.5k](/packages/abbasudo-pulse-users)

PHPackages © 2026

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