PHPackages                             vcian/pulse-mysql-db-auditor - 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. vcian/pulse-mysql-db-auditor

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

vcian/pulse-mysql-db-auditor
============================

A Laravel Pulse card show database auditing

v1.0.0(2y ago)21.6k2MITBladePHP ^8.1

Since Jan 5Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

[![Packagist Downloads](https://camo.githubusercontent.com/7bbf69c7c813ffbb5cae6a55ec73cf96faca300696ef4c01e22cc2e6dd2cb1e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766369616e2f70756c73652d6d7973716c2d64622d61756469746f72)](https://camo.githubusercontent.com/7bbf69c7c813ffbb5cae6a55ec73cf96faca300696ef4c01e22cc2e6dd2cb1e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766369616e2f70756c73652d6d7973716c2d64622d61756469746f72)

Pulse MySql DB Auditor
======================

[](#pulse-mysql-db-auditor)

*About*

[](#about)

This card will Audit your mysql database and give the information about standards and constraints.

 *Installation*

[](#-installation)

 Please check the official laravel installation guide for server requirements before you start. [\[Official Documentation\]](https://laravel.com/docs/10.x/pulse)

**Require the package with Composer:**

```
composer require vcian/pulse-mysql-db-auditor
```

**Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:**

```
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
```

**Next, you should run the migration for required tables**

```
php artisan migrate
```

Register the recorder

[](#register-the-recorder)

Right now, the Composer dependencies will only be checked once per day. To run the checks you must add the PulseMysqlDBAudtiorRecorder to the pulse.php file.

```
return [
    // ...

    'recorders' => [
+        \Vcian\Pulse\PulseMysqlDBAuditor\Recorders\PulseMysqlDBAuditorRecorder::class => [],
    ]
]
```

 You also need to be running the [pulse:check](https://laravel.com/docs/10.x/pulse#dashboard-cards) command.

Add to your dashboard

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

To add the card to the Pulse dashboard, you must first [ \[publish the vendor view\] ](https://laravel.com/docs/10.x/pulse#dashboard-customization)

Then, you can modify the dashboard.blade.php file:

```

+

```

[![Mysql DB Auditor Card](/art/card-ss.png)](/art/card-ss.png)

To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.

```
php artisan pulse:check
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

```
   We believe in
        👇
      ACT NOW
  PERFECT IT LATER
CORRECT IT ON THE WAY.

```

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f19733b75e0a9bb01c70ec6302be389d4440d8afce378f998ea371ac6cfbb17a?d=identicon)[vcian](/maintainers/vcian)

---

Top Contributors

[![ruchit288](https://avatars.githubusercontent.com/u/28095255?v=4)](https://github.com/ruchit288 "ruchit288 (12 commits)")[![vc-urvin](https://avatars.githubusercontent.com/u/122852660?v=4)](https://github.com/vc-urvin "vc-urvin (8 commits)")

---

Tags

laravelpulsepulse-db-auditorpulse-mysql-db-auditormysql-auditormysql-standard

### Embed Badge

![Health badge](/badges/vcian-pulse-mysql-db-auditor/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)

PHPackages © 2026

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