PHPackages                             ohseesoftware/laravel-schema-list - 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. ohseesoftware/laravel-schema-list

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

ohseesoftware/laravel-schema-list
=================================

List tables, columns, and indices for your database connections.

v1.3.0(5y ago)352.7k1[2 issues](https://github.com/ohseesoftware/laravel-schema-list/issues)1MITPHPPHP ^7.1 || ^8.0

Since May 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ohseesoftware/laravel-schema-list)[ Packagist](https://packagist.org/packages/ohseesoftware/laravel-schema-list)[ Docs](https://github.com/ohseesoftware/laravel-schema-list)[ RSS](/packages/ohseesoftware-laravel-schema-list/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (12)Used By (1)

List schema details from your database connection
=================================================

[](#list-schema-details-from-your-database-connection)

[![Current Release](https://camo.githubusercontent.com/f718c1ce127148b522f7b238426f87df5ec8f89d578441adb6396aa73e651a62/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f68736565736f6674776172652f6c61726176656c2d736368656d612d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-schema-list/releases)[![Build Status Badge](https://github.com/ohseesoftware/laravel-schema-list/workflows/Build/badge.svg)](https://github.com/ohseesoftware/laravel-schema-list/workflows/Build/badge.svg)[![Downloads](https://camo.githubusercontent.com/885ae0b95413a23d51e5ef00d5343b840ca1b6f3c6064ba554d1a472e62d9e71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f68736565736f6674776172652f6c61726176656c2d736368656d612d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ohseesoftware/laravel-schema-list)[![MIT License](https://camo.githubusercontent.com/aafb8114eb3a0e1515efa0ede34d15e9680e400196c524834c97f37e7df7d3e9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f68736565736f6674776172652f6c61726176656c2d736368656d612d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-schema-list/blob/master/LICENSE)

Use the command line to easily list out your database's tables and columns for a given table.

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

[](#installation)

You can install the package via composer:

```
composer require ohseesoftware/laravel-schema-list
```

Usage
-----

[](#usage)

List tables from your default connection:

```
php artisan schema:tables

```

List columns for a given table:

```
php artisan schema:columns {table}

```

### Testing

[](#testing)

No tests right now :)

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Owen Conti](https://github.com/ohseesoftware)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~28 days

Recently: every ~63 days

Total

10

Last Release

1947d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.3.0PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dafcec0352ac1a4de72f679bf2c72752d967bd388ec4e9c186142738993b945?d=identicon)[owenconti](/maintainers/owenconti)

---

Top Contributors

[![owenconti](https://avatars.githubusercontent.com/u/791222?v=4)](https://github.com/owenconti "owenconti (18 commits)")[![ankurk91](https://avatars.githubusercontent.com/u/6111524?v=4)](https://github.com/ankurk91 "ankurk91 (1 commits)")[![dinhquochan](https://avatars.githubusercontent.com/u/9979458?v=4)](https://github.com/dinhquochan "dinhquochan (1 commits)")[![innoflash](https://avatars.githubusercontent.com/u/12772919?v=4)](https://github.com/innoflash "innoflash (1 commits)")[![willvincent](https://avatars.githubusercontent.com/u/689891?v=4)](https://github.com/willvincent "willvincent (1 commits)")

---

Tags

clicommand-linedatabaselaravelphpohseesoftwarelaravel-schema-list

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ohseesoftware-laravel-schema-list/health.svg)

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

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[ryangjchandler/orbit

A flat-file database driver for Eloquent.

922256.2k5](/packages/ryangjchandler-orbit)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[baril/bonsai

An implementation of the Closure Tables pattern for Eloquent.

3593.5k](/packages/baril-bonsai)

PHPackages © 2026

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