PHPackages                             a2design/laravel-list-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. a2design/laravel-list-db

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

a2design/laravel-list-db
========================

Allows DB structure listing (with types)

v1.2.1(9y ago)0631MITPHP

Since May 15Pushed 9y ago4 watchersCompare

[ Source](https://github.com/a2design-inc/laravel-list-db)[ Packagist](https://packagist.org/packages/a2design/laravel-list-db)[ RSS](/packages/a2design-laravel-list-db/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

laravel-list-db
===============

[](#laravel-list-db)

Allows DB structure listing (with types)

[![Code Climate](https://camo.githubusercontent.com/5f01b82c13eded5e00f0cba1d0506b2efae638bfb2997186f1be19c82c5204ec/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f613264657369676e2d696e632f6c61726176656c2d6c6973742d64622f6261646765732f6770612e737667)](https://codeclimate.com/github/a2design-inc/laravel-list-db)

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

[](#installation)

- Run Composer install

```
    composer require a2design/laravel-list-db

```

- Add service provider to your app config:

```
    'providers' => [
        ...
        A2Design\LaravelListDb\ListDbServiceProvider::class,
    ],
    ...
```

If you want to see table columns listing, use:

```
    php artisan table:columns tableName

```

And for models:

```
    php artidan model:columns modelName

```

Formatting
----------

[](#formatting)

- `%po` - Platform options
- `%nn` - Not Null
- `%dt` - Default Value
- `%ai` - Auto Increment
- `%c` - Column Name
- `%t` - Column Type
- `%u` - Unsigned
- `%l` - Column Length
- `%p` - Column Precision
- `%s` - Column Scale
- `%f` - Column is fixed

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~0 days

Total

6

Last Release

3647d ago

### Community

Maintainers

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

---

Top Contributors

[![rabbiabram](https://avatars.githubusercontent.com/u/1196791?v=4)](https://github.com/rabbiabram "rabbiabram (3 commits)")

### Embed Badge

![Health badge](/badges/a2design-laravel-list-db/health.svg)

```
[![Health](https://phpackages.com/badges/a2design-laravel-list-db/health.svg)](https://phpackages.com/packages/a2design-laravel-list-db)
```

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[inspiredminds/contao-fieldset-duplication

Contao extension to allow the duplication of form fieldsets in the front end by the user for additional input fields.

158.2k1](/packages/inspiredminds-contao-fieldset-duplication)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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