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

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

bajki/schema-builder
====================

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

1.0.2(9y ago)03MITPHP

Since Feb 12Pushed 8y agoCompare

[ Source](https://github.com/bajki/schema-builder)[ Packagist](https://packagist.org/packages/bajki/schema-builder)[ Docs](https://github.com/Agontuk/schema-builder)[ RSS](/packages/bajki-schema-builder/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (4)Used By (0)

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

[](#laravellumen-schema-builder)

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 agontuk/schema-builder
```

Then register SchemaServiceProvider, for laravel on `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/Agontuk/schema-builder/blob/master/LICENSE)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~27 days

Total

3

Last Release

3371d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c501f5ef74c7d6bb4f97590a29764aca7c39fadd6d9664c3fab6927a6426ccd?d=identicon)[bajki](/maintainers/bajki)

---

Top Contributors

[![Agontuk](https://avatars.githubusercontent.com/u/5656440?v=4)](https://github.com/Agontuk "Agontuk (42 commits)")[![bajki](https://avatars.githubusercontent.com/u/24210611?v=4)](https://github.com/bajki "bajki (2 commits)")

---

Tags

schemadatabasemigration-generatorschema builderschema design

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[agontuk/schema-builder

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

541.6k](/packages/agontuk-schema-builder)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[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.

45344.0k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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