PHPackages                             robertogallea/pulse-db-size - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. robertogallea/pulse-db-size

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

robertogallea/pulse-db-size
===========================

Card for Laravel Pulse showing database table size

1.2.2(2mo ago)45.9k↑247.6%1PHPPHP ^8.1CI passing

Since Nov 12Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/robertogallea/pulse-db-size)[ Packagist](https://packagist.org/packages/robertogallea/pulse-db-size)[ RSS](/packages/robertogallea-pulse-db-size/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (21)Versions (10)Used By (0)

[![Pulse DB Size Card](images/img.png)](images/img.png)

Track database table size inside Pulse
======================================

[](#track-database-table-size-inside-pulse)

This package defines a Pulse Recorder and Card showing information about database table size.

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

[](#installation)

You can install the package via composer:

```
composer require robertogallea/pulse-db-size
```

Usage
-----

[](#usage)

Configuration
-------------

[](#configuration)

Add the provided recorder to your `config/pulse.php` configuration file as follows.

```
'recorders' => [
        // ...

        \Robertogallea\PulseDBSize\Recorders\DBSizeRecorder::class => [
            'enabled' => env('PULSE_DB_SIZE_RECORDER_ENABLED', true), // recorder switch
            'throttle' => env('PULSE_DB_SIZE_RECORDER_THROTTLE', 15), // throttling time before refreshing table size
            'connection' => env('PULSE_DB_SIZE_RECORDER_CONNECTION'), // database connection to use
            'only' => [
                // prioritized if not empty
                // only select these tables
            ],
            'ignore' => [
                // list of tables to ignore
            ],
        ],
]
```

### Usage

[](#usage-1)

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

```

   ...

```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Roberto Gallea](https://github.com/robertogallea)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance84

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.7% 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 ~73 days

Recently: every ~120 days

Total

8

Last Release

81d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/818f547bcf73a82393d9014c85c90c83d760102a8d4dfe806353afb83848a901?d=identicon)[robertogallea](/maintainers/robertogallea)

---

Top Contributors

[![robertogallea](https://avatars.githubusercontent.com/u/19411470?v=4)](https://github.com/robertogallea "robertogallea (52 commits)")[![jannismilz](https://avatars.githubusercontent.com/u/67200746?v=4)](https://github.com/jannismilz "jannismilz (6 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/robertogallea-pulse-db-size/health.svg)

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

###  Alternatives

[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4911.6M11](/packages/leandrocfe-filament-apex-charts)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1519.7k](/packages/joelwmale-livewire-quill)

PHPackages © 2026

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