PHPackages                             bigbyte-pl/laravel-dbml-tools - 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. bigbyte-pl/laravel-dbml-tools

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

bigbyte-pl/laravel-dbml-tools
=============================

DMBL tools for Laravel

03PHP

Since Aug 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bigbyte-pl/laravel-dmbl-tools)[ Packagist](https://packagist.org/packages/bigbyte-pl/laravel-dbml-tools)[ RSS](/packages/bigbyte-pl-laravel-dbml-tools/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

laravel-dmbl-tools
==================

[](#laravel-dmbl-tools)

DBML tools for Laravel framework

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

Require this package with composer using the following command:

```
composer require --dev bigbyte-pl/laravel-dbml-tools
```

This package makes use of [Laravels package auto-discovery mechanism](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518), which means if you don't install dev dependencies in production, it also won't be loaded.

If for some reason you want manually control this:

- add the package to the `extra.laravel.dont-discover` key in `composer.json`, e.g. ```
    "extra": {
      "laravel": {
        "dont-discover": [
          "bigbyte-pl/laravel-dbml-tools",
        ]
      }
    }
    ```
- Add the following class to the `providers` array in `config/app.php`: ```
    BigbytePl\LaravelDbmlTools\DbmlToolsServiceProvider::class,
    ```

    If you want to manually load it only in non-production environments, instead you can add this to your `AppServiceProvider` with the `register()` method: ```
    public function register()
    {
        if ($this->app->environment() !== 'production') {
            $this->app->register(\BigbytePl\LaravelDbmlTools\DbmlToolsServiceProvider::class);
        }
        // ...
    }
    ```

> Note: Avoid caching the configuration in your development environment, it may cause issues after installing this package; respectively clear the cache beforehand via `php artisan cache:clear` if you encounter problems when running the commands

Usage
-----

[](#usage)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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://avatars.githubusercontent.com/u/6946893?v=4)[maras3000](/maintainers/maras3000)[@maras3000](https://github.com/maras3000)

---

Top Contributors

[![bigbyte-pl](https://avatars.githubusercontent.com/u/62058693?v=4)](https://github.com/bigbyte-pl "bigbyte-pl (4 commits)")[![maras3000](https://avatars.githubusercontent.com/u/6946893?v=4)](https://github.com/maras3000 "maras3000 (2 commits)")

### Embed Badge

![Health badge](/badges/bigbyte-pl-laravel-dbml-tools/health.svg)

```
[![Health](https://phpackages.com/badges/bigbyte-pl-laravel-dbml-tools/health.svg)](https://phpackages.com/packages/bigbyte-pl-laravel-dbml-tools)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198741.5k12](/packages/pgvector-pgvector)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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