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

ActiveLibrary[API Development](/categories/api)

eriksulymosi/laravel-pulse-graphql
==================================

Monitor your graphql requests with a Laravel-Pulse Card

0.1(today)01↑2900%MITPHPPHP ^8.2

Since Jun 20Pushed todayCompare

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

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

> This package is based on larassn's [laravel-pulse-graphql](https://github.com/larassn/laravel-pulse-graphql) package.

 [![Total Downloads](https://camo.githubusercontent.com/4e36bcaa7e8302b2359424f5622571a8e90e2ba441d78450c4954975e52efb50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6572696b73756c796d6f73692f6c61726176656c2d70756c73652d6772617068716c)](https://packagist.org/packages/eriksulymosi/laravel-pulse-graphql) [![Latest Stable Version](https://camo.githubusercontent.com/b0e165e5d9d6fbac954bc700a4ac075d495b29bde2c0e84d2f25bf0b0af10362/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6572696b73756c796d6f73692f6c61726176656c2d70756c73652d6772617068716c)](https://packagist.org/packages/eriksulymosi/laravel-pulse-graphql) [![License](https://camo.githubusercontent.com/cd3986cb09a7e634e5a15f26bd06d7e29e497423fbb4e9e73532b42fac6cff9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6572696b73756c796d6f73692f6c61726176656c2d70756c73652d6772617068716c)](./LICENSE)

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

[](#introduction)

**Laravel Pulse GraphQL** is a powerful monitoring package designed for Laravel applications that use GraphQL. Built specifically for applications utilizing the [nuwave/lighthouse](https://github.com/nuwave/lighthouse) 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 eriksulymosi/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...
        \ErikSulymosi\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

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b725606f4b49b43f0123e387d0c1ac7ddcd877c477b52a2eea7a29ab21ba6ae?d=identicon)[eriksulymosi](/maintainers/eriksulymosi)

---

Top Contributors

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

---

Tags

laravelgraphqlpulselighthouselighthouse-graphql

### Embed Badge

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

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

###  Alternatives

[joselfonseca/lighthouse-graphql-passport-auth

Add GraphQL types and mutations for login and recover password functionalities

231793.2k1](/packages/joselfonseca-lighthouse-graphql-passport-auth)[yakovenko/laravel-lighthouse-graphql-multi-schema

A Laravel package that provides multi-schema support for Lighthouse GraphQL.

17112.5k](/packages/yakovenko-laravel-lighthouse-graphql-multi-schema)

PHPackages © 2026

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