PHPackages                             quix-labs/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. quix-labs/laravel-pulse-graphql

ActiveLibrary[API Development](/categories/api)

quix-labs/laravel-pulse-graphql
===============================

Monitor your graphql query with a Laravel pulse Card

1.0.1(2y ago)010MITPHPPHP ^8.1CI passing

Since Mar 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/quix-labs/laravel-pulse-graphql)[ Packagist](https://packagist.org/packages/quix-labs/laravel-pulse-graphql)[ GitHub Sponsors](https://github.com/alancolant)[ RSS](/packages/quix-labs-laravel-pulse-graphql/feed)WikiDiscussions main Synced 1mo ago

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

[![GraphQL tracking for Laravel Pulse](./screenshot.png)](./screenshot.png)

GraphQL requests in Laravel Pulse
=================================

[](#graphql-requests-in-laravel-pulse)

[![Latest Version on Packagist](https://camo.githubusercontent.com/32b886cfabbeb9819b52ffa5c2f908997a348a50bd9b014645e26db0e26bb34d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f717569782d6c6162732f6c61726176656c2d70756c73652d6772617068716c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/quix-labs/laravel-pulse-graphql)[![Total Downloads](https://camo.githubusercontent.com/c1a0e7f680e43cc6ca4ffd9130a763f1e8668cfe2c384647980f4960f83a9f82/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f717569782d6c6162732f6c61726176656c2d70756c73652d6772617068716c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/quix-labs/laravel-pulse-graphql)

---

This package allow your to track all your GraphQL queries and mutations with rebing/graphql-laravel

---

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

[](#installation)

You can install the package via composer:

```
composer require quix-labs/laravel-pulse-graphql
```

Register the recorder
---------------------

[](#register-the-recorder)

Add the `GraphqlRecorder` inside `config/pulse.php`.

(If you don't have this file make sure you have published the config file of Larave Pulse using `php artisan vendor:publish --tag=pulse-config`)

```
return [
    // ...

    'recorders' => [
        // Existing recorders...

        \QuixLabs\LaravelPulseGraphql\Recorders\GraphqlRecorder::class => [],
    ]
]
```

Add to your dashboard
---------------------

[](#add-to-your-dashboard)

To add the card to the Pulse dashboard, you must first [publish the vendor view](https://laravel.com/docs/10.x/pulse#dashboard-customization).

```
php artisan vendor:publish --tag=pulse-dashboard
```

Then, you can modify the `dashboard.blade.php` file and add the requests-graph livewire template:

```

```

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0cd49a0eefd2292fabb9cf776fba3c78ea32d7902fa4193e758ad539dfd1b1e?d=identicon)[alancolant](/maintainers/alancolant)

---

Top Contributors

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

---

Tags

graphqllaravellaravel-pulse

### Embed Badge

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

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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