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(1y ago)12.6k↓50%[1 issues](https://github.com/standapp-org/pulse-bigtables/issues)MITPHPPHP &gt;=8.0

Since Jun 21Pushed 1y 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 1mo 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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUzNzEwMzQsIm5iZiI6MTc3NTM3MDczNCwicGF0aCI6Ii80MDAwMjkyOS8zNDE3OTc2MjAtNDg2MzAwY2QtNjAwNC00ODExLTlkZWUtODdkNjU0ZGZmMjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA1VDA2MzIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwOWQ1NDRkN2FlNjU0MzdjNDY0MmMzNWI3Y2Y1MjU2YjkzMzUwYWMwMWYxYzdjMjYxNGVhZjhkNjQ5ZmE1NTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.58bUbpBpUKBPmqiT3o9s8nqpuqaLNyo7QnIeJC8PTLI)](https://private-user-images.githubusercontent.com/40002929/341797620-486300cd-6004-4811-9dee-87d654dff283.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUzNzEwMzQsIm5iZiI6MTc3NTM3MDczNCwicGF0aCI6Ii80MDAwMjkyOS8zNDE3OTc2MjAtNDg2MzAwY2QtNjAwNC00ODExLTlkZWUtODdkNjU0ZGZmMjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA1VDA2MzIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwOWQ1NDRkN2FlNjU0MzdjNDY0MmMzNWI3Y2Y1MjU2YjkzMzUwYWMwMWYxYzdjMjYxNGVhZjhkNjQ5ZmE1NTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.58bUbpBpUKBPmqiT3o9s8nqpuqaLNyo7QnIeJC8PTLI)### 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 32% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity21

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

695d 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

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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