PHPackages                             larassn/laravel-pulse-graphql - 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. [API Development](/categories/api)
4. /
5. larassn/laravel-pulse-graphql

ActiveLibrary[API Development](/categories/api)

larassn/laravel-pulse-graphql
=============================

Monitor your graphql requests with a Laravel-Pulse Card

v2.1.0(2mo ago)44.8k↓71%1MITPHPPHP ^8.2

Since Nov 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/larassn/laravel-pulse-graphql)[ Packagist](https://packagist.org/packages/larassn/laravel-pulse-graphql)[ Docs](https://github.com/larassn/laravel-pulse-graphql)[ RSS](/packages/larassn-laravel-pulse-graphql/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)Dependencies (6)Versions (8)Used By (0)

 [![Laravel Pulse GraphQL Logo](/art/logo.webp)](/art/logo.webp)

 [![Total Downloads](https://camo.githubusercontent.com/d714e7ee6fded9354b4416c399e94f9bd900e4a8228069d4c5f933ded05db25a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726173736e2f6c61726176656c2d70756c73652d6772617068716c)](https://packagist.org/packages/larassn/laravel-pulse-graphql) [![Latest Stable Version](https://camo.githubusercontent.com/d0b12a4f8dc07683ea0a439a96742bec09c9d12f055531477554c0cbb0d92976/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726173736e2f6c61726176656c2d70756c73652d6772617068716c)](https://packagist.org/packages/larassn/laravel-pulse-graphql) [![License](https://camo.githubusercontent.com/a3e4a3d6c057fd95c9ee5d67305dc9ad25266d511184de6312d507f3aaab242f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726173736e2f6c61726176656c2d70756c73652d6772617068716c)](./LICENSE)

Introduction
------------

[](#introduction)

**Laravel Pulse GraphQL** is a powerful monitoring package designed for Laravel applications that use GraphQL. Built specifically for applications utilizing the [rebing/graphql-laravel](https://github.com/rebing/graphql-laravel) package, it integrates with Laravel Pulse to track and measure GraphQL request performance. This package provides developers with valuable insights into request timing and response counts, helping to maintain and optimize the performance of GraphQL endpoints in Laravel applications.

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

[](#installation)

Install the package via Composer:

```
composer require larassn/laravel-pulse-graphql
```

Next, you need to publish the Pulse configuration file. Run the following command:

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

This will create a `pulse.php` configuration file in the `config` directory. For more details on configuring Pulse, you can refer to the [Pulse configuration](https://laravel.com/docs/master/pulse#configuration).

After publishing the configuration, add the `QueryRecorder` to the `recorders` array in the `pulse.php` configuration file:

```
return [
    // ...

    'recorders' => [
        // Other recorders...
        \LaraSsn\LaravelPulseGraphql\Recorder\QueryRecorder::class => [],
    ]
];
```

Then, add the GraphQL card to the Pulse dashboard:

```

```

For more information on customizing the Pulse dashboard, refer to the [dashboard customization](https://laravel.com/docs/master/pulse#dashboard-customization).

Usage
-----

[](#usage)

Once installed, **Laravel Pulse GraphQL** will automatically start recording GraphQL request data, which you can monitor on the Pulse dashboard. You can customize its configuration in `pulse.php` to suit your application's specific needs.

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance83

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community8

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

Total

5

Last Release

89d ago

Major Versions

v1.0.2 → v2.0.02025-03-01

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ba18521eeec021814ae3fa633e779780e38a46084f322ac19f84a7943e94fb7?d=identicon)[alissn](/maintainers/alissn)

---

Top Contributors

[![alissn](https://avatars.githubusercontent.com/u/26966142?v=4)](https://github.com/alissn "alissn (13 commits)")

---

Tags

laravelgraphqlpulserebingrebing-graphql

### Embed Badge

![Health badge](/badges/larassn-laravel-pulse-graphql/health.svg)

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

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k11.8M117](/packages/nuwave-lighthouse)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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