PHPackages                             noud/schema-builder - 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. noud/schema-builder

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

noud/schema-builder
===================

Schema designer &amp; migration generator for laravel &amp; lumen

1.3.2(5y ago)2331[1 PRs](https://github.com/noud/schema-builder/pulls)2MITPHP

Since Feb 12Pushed 5y ago2 watchersCompare

[ Source](https://github.com/noud/schema-builder)[ Packagist](https://packagist.org/packages/noud/schema-builder)[ Docs](https://github.com/noud/schema-builder)[ RSS](/packages/noud-schema-builder/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (6)Versions (15)Used By (2)

Laravel/Lumen schema builder
============================

[](#laravellumen-schema-builder)

[![schema-builder](./doc/schema-builder.png?raw=true "schema-builder")](./doc/schema-builder.png?raw=true)

Database designer &amp; migration generator package for laravel &amp; lumen.

Checkout **[agontuk.github.io/schema-designer](https://agontuk.github.io/schema-designer)** to see how it works.

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

[](#installation)

```
composer require --dev noud/schema-builder
```

For Laravel(&gt;=5.5) this package utilises package auto-discovery. There is no need to add the service providers manually. You may notice the following message post-autoload.

```
Discovered Package: noud/schema-builder
```

or for Laravel(&lt;5.5), register SchemaServiceProvider on the `providers` array in `config/app.php`,

```
\Agontuk\Schema\SchemaServiceProvider::class
```

or for Lumen in `bootstrap/app.php`

```
$app->register(\Agontuk\Schema\SchemaServiceProvider::class);
```

Finally enable required routes via `.env`,

```
SCHEMA_ROUTES_ENABLED=true
```

> NOTE: APP\_ENV should be `local` to use this package.

Usage
-----

[](#usage)

Navigate to `yoursite.com/schema` and build your database schema, then use the export button to generate migration files.

> NOTE: Not all features of migration are supported yet. Feel free to submit any issues or pull requests.

License
-------

[](#license)

[MIT](https://github.com/noud/schema-builder/blob/master/LICENSE)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 58.1% 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 ~299 days

Recently: every ~374 days

Total

6

Last Release

1929d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1333629?v=4)[A.P. deBROUWER](/maintainers/noud)[@noud](https://github.com/noud)

---

Top Contributors

[![Agontuk](https://avatars.githubusercontent.com/u/5656440?v=4)](https://github.com/Agontuk "Agontuk (50 commits)")[![noud](https://avatars.githubusercontent.com/u/1333629?v=4)](https://github.com/noud "noud (35 commits)")[![jj-meyer](https://avatars.githubusercontent.com/u/8261007?v=4)](https://github.com/jj-meyer "jj-meyer (1 commits)")

---

Tags

laravelschemadatabaseentitydiagramrelationshipmigration-generatorschema builderschema design

### Embed Badge

![Health badge](/badges/noud-schema-builder/health.svg)

```
[![Health](https://phpackages.com/badges/noud-schema-builder/health.svg)](https://phpackages.com/packages/noud-schema-builder)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[agontuk/schema-builder

Schema designer &amp; migration generator for laravel &amp; lumen

551.6k](/packages/agontuk-schema-builder)

PHPackages © 2026

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