PHPackages                             schickling/laravel-schema-summary - 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. schickling/laravel-schema-summary

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

schickling/laravel-schema-summary
=================================

Creates a summary file of all migrations

225[1 issues](https://github.com/schickling/laravel-schema-summary/issues)

Since May 15Pushed 12y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-schema-summary
======================

[](#laravel-schema-summary)

Creates a summary file of all migrations. This package is inspired by the `schema.rb` file of [Active Record Migrations](http://guides.rubyonrails.org/migrations.html).

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

[](#installation)

1. Add the following to your composer.json and run `composer update`

    ```
    {
        "require": {
            "schickling/laravel-schema-summary": "dev-master"
        }
    }
    ```
2. Add `Schickling\SchemaSummary\SchemaSummaryServiceProvider` to your config/app.php

Usage
-----

[](#usage)

The following command creates a `Schema.md` file in your `app/database` directory which contains a summary of all migrations. This summary can be understood as **one big migration** for documentation purposes.

```
$ php artisan migrate:schema
```

Example Output
--------------

[](#example-output)

### users

[](#users)

FieldTypeLengthUnsignedDefaultidINT10yesnameVARCHAR128 (default)### photos

[](#photos)

FieldTypeLengthUnsignedDefaultidINT10yesuser\_idINT10yes0urlVARCHAR128 (default)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/schickling-laravel-schema-summary/health.svg)

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

PHPackages © 2026

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