PHPackages                             arch/gen - 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. arch/gen

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

arch/gen
========

db

0.0.1(8y ago)020PHP

Since Aug 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/metallurgical/arch-gen)[ Packagist](https://packagist.org/packages/arch/gen)[ RSS](/packages/arch-gen/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6198891?v=4)[Norlihazmey Ghazali](/maintainers/metallurgical)[@metallurgical](https://github.com/metallurgical)

### Embed Badge

![Health badge](/badges/arch-gen/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/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)
