PHPackages                             b3nl/laravel-mwb-model - 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. b3nl/laravel-mwb-model

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

b3nl/laravel-mwb-model
======================

Converts an MySQL Workbench model to laravel counterparts.

0.10.0(10y ago)141472[3 issues](https://github.com/b3nl/laravel-mwb-model/issues)MITPHPPHP &gt;= 5.5.9

Since Mar 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/b3nl/laravel-mwb-model)[ Packagist](https://packagist.org/packages/b3nl/laravel-mwb-model)[ RSS](/packages/b3nl-laravel-mwb-model/feed)WikiDiscussions master Synced 1mo ago

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

Laravel MySQL-Workbench Model
=============================

[](#laravel-mysql-workbench-model)

With this project you can kickstart your models and database migrations for your Laravel 5 Project. Updates are not possible with it yet, just the start.

- Just add this project to your composer setup: **"b3nl/laravel-mwb-model": "dev-master"**
- Add our service provider to the list of your service providers in config/app.php: **b3nl\\MWBModel\\ServiceProvider::class**

Now you have access to an artisan command for parsing your MySQL-Workbench-File:

```
php artisan make:mwb-model $FILE_TO_SAVED_MODEL --pivots=$COMMA_SEPARATED_LIST_OF_YOUR_PIVOT_TABLE_NAMES

```

Special Table Comments
----------------------

[](#special-table-comments)

You can comment your tables in the MySQL-Workbrench with an [ini-String](http://php.net/manual/de/function.parse-ini-string.php) with the following options:

```
; With this comment, this table is ignored for parsing. Leave it out, if you do not want it ignored.
ignore=true
; Name of the Laravel model
model=Name
; Is this a pivot table? Leave it out if not.
isPivot=true
; withoutTimestamps removes the default timestamps() call for the database migrations
withoutTimestamps=true
; Ini-Array for the laravel model castings: http://laravel.com/docs/5.1/eloquent-mutators#attribute-casting
[casting]
values=array

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~87 days

Total

5

Last Release

3712d ago

PHP version history (2 changes)0.9.1PHP &gt;= 5.4.0

0.9.3PHP &gt;= 5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/66b163ea4a6e36824a598692bb26389d545c39d2af3830f9cbaf6b3b196e04af?d=identicon)[WBLKonzept](/maintainers/WBLKonzept)

---

Top Contributors

[![b3nl](https://avatars.githubusercontent.com/u/1861864?v=4)](https://github.com/b3nl "b3nl (5 commits)")[![nhusby](https://avatars.githubusercontent.com/u/4043370?v=4)](https://github.com/nhusby "nhusby (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/b3nl-laravel-mwb-model/health.svg)

```
[![Health](https://phpackages.com/badges/b3nl-laravel-mwb-model/health.svg)](https://phpackages.com/packages/b3nl-laravel-mwb-model)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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