PHPackages                             fathur/laragendb - 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. [API Development](/categories/api)
4. /
5. fathur/laragendb

ActivePackage[API Development](/categories/api)

fathur/laragendb
================

Get Database structure to generate Code and relationship

v1.0.2(8y ago)039PHP

Since Aug 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cyberfly/laragendb)[ Packagist](https://packagist.org/packages/fathur/laragendb)[ RSS](/packages/fathur-laragendb/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (4)Used By (0)

laragendb
=========

[](#laragendb)

Introduction
------------

[](#introduction)

1. This Laravel 5 package will get all of your database **tables and columns** information in order to generate proper database relationship and migration
2. This package **DOES NOT GET YOUR DATABASE DATA!**
3. You can see the database structure information that was transmitted at

```
http://yourdomain.com/dbstructure

```

How to install
--------------

[](#how-to-install)

1. At terminal, run this command :

```
composer require fathur/laragendb

```

2. Open Laravel config/app.php, add this line at the providers array

```
'providers' => [
        ...
         Fathur\Laragendb\LaragenDBServiceProvider::class,
    ],

```

3. Test the packages by visiting. You should see the list of table and table column that will be used by Laragen to generate your code

```
http://yourdomain.com/dbstructure

```

4. If the package not yet auto loaded, in your terminal, run

```
composer dump-autoload

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~0 days

Total

3

Last Release

3237d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43192c586774b25578a45f9545ea39e5e47705dc31bee23be3b6bac6f4d64fa7?d=identicon)[integrasolid](/maintainers/integrasolid)

---

Tags

apilaravelgeneratorscaffold

### Embed Badge

![Health badge](/badges/fathur-laragendb/health.svg)

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

###  Alternatives

[yxx/laravel-quick

agile development

145.5k](/packages/yxx-laravel-quick)

PHPackages © 2026

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