PHPackages                             standapp/pulse-bigtable - 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. standapp/pulse-bigtable

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

standapp/pulse-bigtable
=======================

A Laravel Pulse card to show big tables in database

1.0.0(2y ago)22.8k↓69%[1 issues](https://github.com/standapp-org/pulse-bigtables/issues)MITPHPPHP &gt;=8.0

Since Jun 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/standapp-org/pulse-bigtables)[ Packagist](https://packagist.org/packages/standapp/pulse-bigtable)[ RSS](/packages/standapp-pulse-bigtable/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Big tables card for Laravel Pulse
---------------------------------

[](#big-tables-card-for-laravel-pulse)

This card will show you big tables in your database.

[![image](https://private-user-images.githubusercontent.com/40002929/341797620-486300cd-6004-4811-9dee-87d654dff283.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI2OTcwNzcsIm5iZiI6MTc4MjY5Njc3NywicGF0aCI6Ii80MDAwMjkyOS8zNDE3OTc2MjAtNDg2MzAwY2QtNjAwNC00ODExLTlkZWUtODdkNjU0ZGZmMjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA2MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNjI5VDAxMzI1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBiNTJhNTViZmVmMDMzMWE1NWI5YmNhZWUyYmU2M2RjYzcyZjIxN2U3ZmJhZWM5ZWJiYTdmZThjOWIzZmQ1YmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.bzGDkl8MF8m78ffa8pcJK-vEjeSQv9FbtwiidyftplQ)](https://private-user-images.githubusercontent.com/40002929/341797620-486300cd-6004-4811-9dee-87d654dff283.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI2OTcwNzcsIm5iZiI6MTc4MjY5Njc3NywicGF0aCI6Ii80MDAwMjkyOS8zNDE3OTc2MjAtNDg2MzAwY2QtNjAwNC00ODExLTlkZWUtODdkNjU0ZGZmMjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA2MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNjI5VDAxMzI1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBiNTJhNTViZmVmMDMzMWE1NWI5YmNhZWUyYmU2M2RjYzcyZjIxN2U3ZmJhZWM5ZWJiYTdmZThjOWIzZmQ1YmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.bzGDkl8MF8m78ffa8pcJK-vEjeSQv9FbtwiidyftplQ)### Installation

[](#installation)

You can install the package via composer:

```
composer require standapp/pulse-bigtable
```

### Publish the config file

[](#publish-the-config-file)

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

### Register the recorder

[](#register-the-recorder)

You must add the bigtable recorder to your `config/pulse.php` file:

```
return [
    // ...
    'recorders' => [
         \StandApp\PulseBigTable\Recorders\BigTableRecorder::class => [],
  ],
]
```

You must also run the `php artisan pulse:check` command.

### Add the card to your dashboard

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

In your dashboard view, you can use the `bigtable` card type:

```

    // ....

```

That's it! You should now see the big tables card on your pulse dashboard.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a2a5c1dd3a46057b34e6497948ae2773efca31bb03b021dc336f0f1cc8fbd9e?d=identicon)[packagist@standapp.dev](/maintainers/packagist@standapp.dev)

---

Top Contributors

[![adamako](https://avatars.githubusercontent.com/u/40002929?v=4)](https://github.com/adamako "adamako (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/standapp-pulse-bigtable/health.svg)

```
[![Health](https://phpackages.com/badges/standapp-pulse-bigtable/health.svg)](https://phpackages.com/packages/standapp-pulse-bigtable)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[maantje/pulse-database

A Laravel Pulse card for database status

112372.6k](/packages/maantje-pulse-database)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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