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. robertogallea/pulse-db-size

ActiveLibrary

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

Card for Laravel Pulse showing database table size

1.2.1(2mo ago)44.8k↑200%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 1mo ago

READMEChangelogDependencies (14)Versions (9)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 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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 ~80 days

Recently: every ~119 days

Total

7

Last Release

73d 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 (51 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

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[tomasvotruba/bladestan

PHPStan rule for static analysis of Blade templates

363584.5k4](/packages/tomasvotruba-bladestan)[tallstackui/tallstackui

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

703141.0k7](/packages/tallstackui-tallstackui)[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[filament/support

Core helper methods and foundation code for all Filament packages.

2223.9M151](/packages/filament-support)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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