PHPackages                             romanzipp/laravel-console-list-columns - 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. romanzipp/laravel-console-list-columns

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

romanzipp/laravel-console-list-columns
======================================

List database tables columns &amp; information.

1.6.2(2y ago)512.0k↑50%MITPHPPHP ^8.0

Since Mar 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/romanzipp/Laravel-Console-List-Columns)[ Packagist](https://packagist.org/packages/romanzipp/laravel-console-list-columns)[ GitHub Sponsors](https://github.com/romanzipp)[ RSS](/packages/romanzipp-laravel-console-list-columns/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (24)Used By (0)

Laravel Console List Columns
============================

[](#laravel-console-list-columns)

[![Latest Stable Version](https://camo.githubusercontent.com/b4acb97265648ef804b15ff0ee51339fde9130f66fc2db11af24feb254f74819/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6d616e7a6970702f6c61726176656c2d636f6e736f6c652d6c6973742d636f6c756d6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)[![Total Downloads](https://camo.githubusercontent.com/13809c42ed283231adb37c99d8305e58bdef1196d7ac7a072f4b403c9d41f260/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6d616e7a6970702f6c61726176656c2d636f6e736f6c652d6c6973742d636f6c756d6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)[![License](https://camo.githubusercontent.com/9ab43a7394cdfb7ce0258b97c00f69a730e8d0d1f5addae3e686960427dcde07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f6d616e7a6970702f6c61726176656c2d636f6e736f6c652d6c6973742d636f6c756d6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-console-list-columns)[![GitHub Build Status](https://camo.githubusercontent.com/a002b6f36812b42f65f5ccc65a6cfbe0b833ddb7ea27dd1dcb0124c3f0a8b60f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726f6d616e7a6970702f4c61726176656c2d436f6e736f6c652d4c6973742d436f6c756d6e732f74657374732e796d6c3f6272616e63683d6d6173746572266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/romanzipp/Laravel-Console-List-Columns/actions)

When working with many database migrations you can quickly lose the overview about table structures. With this package you can **get a simple overview about table and column information** on your command line.

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

[](#installation)

```
composer require romanzipp/laravel-console-list-columns

```

Configuration
-------------

[](#configuration)

Copy configuration to config folder:

```
php artisan vendor:publish --provider="romanzipp\ColumnList\Providers\ColumnListProvider"

```

Usage
-----

[](#usage)

```
php artisan db:cols
    {table}          Comma separated table names to print out
    {--connection=}  Specified database connection
    {--no-colors}    Don't use colors in output
    {--no-emojis}    Don't use emojis in output

```

```
php artisan db:cols users

```

[![Preview](https://raw.githubusercontent.com/romanzipp/Laravel-Console-List-Columns/master/preview.png)](https://raw.githubusercontent.com/romanzipp/Laravel-Console-List-Columns/master/preview.png)

Testing
-------

[](#testing)

```
./vendor/bin/phpunit

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

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 ~82 days

Recently: every ~184 days

Total

23

Last Release

785d ago

Major Versions

0.1 → 1.0.02019-05-17

PHP version history (5 changes)0.1PHP &gt;=7.0

1.0.2PHP ^7.1

1.2.4PHP ^7.2

1.2.6PHP ^7.2|^8.0

1.6.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/309ea408cc915d1d37b370796df57a24ec31f0b65da69f69c650c8983f9c33a6?d=identicon)[romanzipp](/maintainers/romanzipp)

---

Top Contributors

[![romanzipp](https://avatars.githubusercontent.com/u/11266773?v=4)](https://github.com/romanzipp "romanzipp (92 commits)")

---

Tags

laravelphpphp7showcase

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/romanzipp-laravel-console-list-columns/health.svg)

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

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

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

PHPackages © 2026

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