PHPackages                             mightymango/quick-db - 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. mightymango/quick-db

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

mightymango/quick-db
====================

Artisan Database Commands

0.0.2(5y ago)0243MITPHPPHP ^7.4|^8.0

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mightymango/quick-db)[ Packagist](https://packagist.org/packages/mightymango/quick-db)[ Docs](https://github.com/mightymango/quick-db)[ GitHub Sponsors](https://github.com/MightyMango)[ RSS](/packages/mightymango-quick-db/feed)WikiDiscussions master Synced 4d ago

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

Artisan database commands
=========================

[](#artisan-database-commands)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2231c74232d99709ec0be225c2f918102d0e26e558d2481213c32ba33f0a7a81/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69676874796d616e676f2f717569636b2d64622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mightymango/quick-db)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f7435787d9451184043080192898bf993ad00dcaf176e24ea99f7989fc473eaa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d69676874796d616e676f2f717569636b2d64622f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/mightymango/quick-db/actions?query=workflow%3Arun-tests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/02e1ffd7b6256f9b43277de98ea7f5049f3c52c3bca65fe9bf456bf9c0e62d32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d69676874796d616e676f2f717569636b2d64622f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/mightymango/quick-db/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/85f02fd901f697883def71ed255b25f19e28ef9236a1eea48259695cb1e4b19e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69676874796d616e676f2f717569636b2d64622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mightymango/quick-db)

This is a small package for adding commands to display information about your database.

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

[](#installation)

You can install the package via composer:

```
composer require mightymango/quick-db
```

You can publish the config file with:

```
php artisan vendor:publish --tag=quick-db-config
```

This is the contents of the published config file:

```
return [
    /*
     * An array of tables to skip when displaying a list of tables
     */
    'skip' => [

    ]
];
```

Usage
-----

[](#usage)

```
php artisan db:table users
php artisan db_tables
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Simon Barrett](https://github.com/mightymango)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% 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 ~0 days

Total

2

Last Release

1844d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1525576?v=4)[Simon Barrett](/maintainers/mightymango)[@mightymango](https://github.com/mightymango)

---

Top Contributors

[![SimonBarrettACT](https://avatars.githubusercontent.com/u/57679318?v=4)](https://github.com/SimonBarrettACT "SimonBarrettACT (11 commits)")[![mightymango](https://avatars.githubusercontent.com/u/1525576?v=4)](https://github.com/mightymango "mightymango (4 commits)")

---

Tags

laravelmightymangoquick-db

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mightymango-quick-db/health.svg)

```
[![Health](https://phpackages.com/badges/mightymango-quick-db/health.svg)](https://phpackages.com/packages/mightymango-quick-db)
```

###  Alternatives

[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-sql-commenter

Add comments to SQL queries made by Laravel

1931.4M1](/packages/spatie-laravel-sql-commenter)[spatie/laravel-deleted-models

Automatically copy deleted records to a separate table

409109.8k4](/packages/spatie-laravel-deleted-models)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)

PHPackages © 2026

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