PHPackages                             kefir500/pulse-db-processes - 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. [Database &amp; ORM](/categories/database)
4. /
5. kefir500/pulse-db-processes

ActiveLibrary[Database &amp; ORM](/categories/database)

kefir500/pulse-db-processes
===========================

Database process monitoring for Laravel Pulse

v1.0.0(9mo ago)0320MITBladePHP ^8.1

Since Aug 16Pushed 8mo agoCompare

[ Source](https://github.com/kefir500/pulse-db-processes)[ Packagist](https://packagist.org/packages/kefir500/pulse-db-processes)[ Docs](https://github.com/kefir500/pulse-db-processes)[ RSS](/packages/kefir500-pulse-db-processes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel Pulse DB Processes
==========================

[](#laravel-pulse-db-processes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b180ca02a4c3dbd97dc6114d441e02016c1f6b3e3260abac1b0c4188a4d8f2f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b656669723530302f70756c73652d64622d70726f6365737365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kefir500/pulse-db-processes)

Database process monitoring for [Laravel Pulse](https://laravel.com/docs/pulse).

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

[](#installation)

Install the package via Composer:

```
composer require kefir500/pulse-db-processes
```

Optionally, you can publish the views:

```
php artisan vendor:publish --tag="pulse-db-processes-views"
```

Usage
-----

[](#usage)

This package currently supports **MySQL** and **MariaDB**.

You can add the cards below to the Pulse dashboard in [`dashboard.blade.php`](https://laravel.com/docs/pulse#dashboard-customization).

### 🧩 Database Process List

[](#-database-process-list)

This card displays a list of current database processes running on the server:

```

```

You can also specify custom database connections:

```

```

### 🧩 Database Process Count

[](#-database-process-count)

This card displays a line chart of the database process count over time:

```

```

To capture database process count metrics, add the recorder to the `recorders` section of your Pulse config in [`config/pulse.php`](https://laravel.com/docs/pulse#configuration):

```
Kefir500\PulseDbProcesses\Recorders\DbProcessCount::class => [
    'connections' => ['default', 'client'],
],
```

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance59

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

262d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3617499?v=4)[Alexander Gorishnyak](/maintainers/kefir500)[@kefir500](https://github.com/kefir500)

---

Top Contributors

[![kefir500](https://avatars.githubusercontent.com/u/3617499?v=4)](https://github.com/kefir500 "kefir500 (1 commits)")

---

Tags

laraveldatabasepulseprocesses

### Embed Badge

![Health badge](/badges/kefir500-pulse-db-processes/health.svg)

```
[![Health](https://phpackages.com/badges/kefir500-pulse-db-processes/health.svg)](https://phpackages.com/packages/kefir500-pulse-db-processes)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[lacodix/laravel-model-filter

A Laravel package to filter, search and sort models with ease while fetching from database.

17649.9k](/packages/lacodix-laravel-model-filter)

PHPackages © 2026

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