PHPackages                             aceraven777/laravel-db-doc-generator - 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. aceraven777/laravel-db-doc-generator

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

aceraven777/laravel-db-doc-generator
====================================

Database documentation generator for laravel

01PHP

Since Feb 20Pushed 3y agoCompare

[ Source](https://github.com/aceraven777/laravel-db-doc-generator)[ Packagist](https://packagist.org/packages/aceraven777/laravel-db-doc-generator)[ RSS](/packages/aceraven777-laravel-db-doc-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Database Documentation Generator
========================================

[](#laravel-database-documentation-generator)

[![Maintainability](https://camo.githubusercontent.com/1569c37e9ac6bfa6c59bee631756fc9a7d01de13a3cd6f4e10b8d6e33a9082ca/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61393961383864323861643337613739646266362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Churakovmike/laravel-db-doc-generator)[![StyleCI](https://camo.githubusercontent.com/bafd95a0fefdb0178aafa3cd803125608497d03a5819d93782507be82580b9dc/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3235393731383537322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/259718572)[![Latest Stable Version](https://camo.githubusercontent.com/6f99ff1fc8e699ca69cd7c93df65e340d254636741b003fbeab91d098deac527/68747470733a2f2f706f7365722e707567782e6f72672f63687572616b6f766d696b652f6c61726176656c2d64622d646f632d67656e657261746f722f76)](//packagist.org/packages/churakovmike/laravel-db-doc-generator)[![License](https://camo.githubusercontent.com/c0bc72251276b30a8ff93d0f65c9fcc64a76e126d08f6c44d320644974bfce9b/68747470733a2f2f706f7365722e707567782e6f72672f63687572616b6f766d696b652f6c61726176656c2d64622d646f632d67656e657261746f722f6c6963656e7365)](//packagist.org/packages/churakovmike/laravel-db-doc-generator)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

Requirements
------------

[](#requirements)

- laravel 5.5+
- Tokenizer Extension

Getting started
---------------

[](#getting-started)

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

[](#installation)

The package is available on packagist.

```
composer require churakovmike/laravel-db-doc-generator
```

or

```
php composer.phar require churakovmike/laravel-db-doc-generator
```

Register service provider in config/app.php

```
ChurakovMike\DbDocumentor\DbDocumentorServiceProvider::class,
```

Usage
-----

[](#usage)

Run in from command-line with next command

```
php artisan db-doc:generate
```

By default database documentation will be generate in ./public/db-doc/ If you need to change output destination, run command with --output argument

```
php artisan db-doc:generate --output=path/to/your/destination
```

When running DbDocumentor there are some command-line options

1. `--output`, specifies the directory to output generated documentation.
2. `--model-path`, specifies the directory for searching Eloquent model files.
3. `--excluded-dir`, specifies the directories to ignore during the search.
4. `--lang`, specifies the documentation language.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.2% 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/2563083?v=4)[Aristheo Lacdao](/maintainers/aceraven777)[@aceraven777](https://github.com/aceraven777)

---

Top Contributors

[![Churakovmike](https://avatars.githubusercontent.com/u/8476343?v=4)](https://github.com/Churakovmike "Churakovmike (46 commits)")[![aceraven777](https://avatars.githubusercontent.com/u/2563083?v=4)](https://github.com/aceraven777 "aceraven777 (5 commits)")

### Embed Badge

![Health badge](/badges/aceraven777-laravel-db-doc-generator/health.svg)

```
[![Health](https://phpackages.com/badges/aceraven777-laravel-db-doc-generator/health.svg)](https://phpackages.com/packages/aceraven777-laravel-db-doc-generator)
```

###  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)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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