PHPackages                             subscribo/schemabuilder - 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. subscribo/schemabuilder

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

subscribo/schemabuilder
=======================

Schema builder for building models, migrations, etc from schema

v0.1.2(9y ago)067MITPHPPHP ^5.4 || ^7.0

Since Nov 26Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Subscribo/schemabuilder)[ Packagist](https://packagist.org/packages/subscribo/schemabuilder)[ RSS](/packages/subscribo-schemabuilder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

Schema Builder Package
======================

[](#schema-builder-package)

Schema builder for building models, migrations, etc from schema

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

[](#installation)

1. Add the following to your project's composer.json:

1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to)

1.2 Dependency under "require" or "require-dev" keys

```
    "subscribo/schemabuilder": "^0.1.0"
```

1.3 To use with Laravel add

```
    '\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider',
```

under 'providers' key in app/config/app.php file

or

```
if (class_exists('\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider')) {
    App::register('\\Subscribo\\SchemaBuilder\\SchemaBuilderServiceProvider');
}
```

in app/start/artisan.php for conditional registration

Usage
-----

[](#usage)

1. Put your schema.yml into config/schemabuilder directory of your project (or modify respective constant of BuildCommandAbstract). You may also use doc/examples/schema.yml and modify it as needed.
2. If needed, put AbstractModel from doc/examples into your project
3. Setup autoload for needed classes and namespaces in your composer.json and run

```
composer dump-autoload
```

4. Run from command line

```
php artisan build
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~49 days

Total

3

Last Release

3359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/192c884dfa291e6d6b1b98a08a8343508aaaf3e7e00716d5b80eae5eb303a999?d=identicon)[subscribo](/maintainers/subscribo)

---

Top Contributors

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

---

Tags

laravelschemasubscribo

### Embed Badge

![Health badge](/badges/subscribo-schemabuilder/health.svg)

```
[![Health](https://phpackages.com/badges/subscribo-schemabuilder/health.svg)](https://phpackages.com/packages/subscribo-schemabuilder)
```

###  Alternatives

[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)[devio/eavquent

EAV modeling package for Eloquent and Laravel.

6410.4k](/packages/devio-eavquent)

PHPackages © 2026

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