PHPackages                             elph-studio/laravel-database-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. elph-studio/laravel-database-tools

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

elph-studio/laravel-database-tools
==================================

Extended Laravel Database configuration

v0.1.6(5mo ago)016MITPHPPHP ^8.5

Since Dec 13Pushed 5mo agoCompare

[ Source](https://github.com/elph-studio/laravel-database-tools)[ Packagist](https://packagist.org/packages/elph-studio/laravel-database-tools)[ RSS](/packages/elph-studio-laravel-database-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

[![Elephant Studio](https://avatars.githubusercontent.com/u/70107733?s=128)](https://avatars.githubusercontent.com/u/70107733?s=128)

Elephant Studio :: Laravel database tools
=========================================

[](#elephant-studio--laravel-database-tools)

- [Faker](src/Faker/Faker.php) - Renamed standard Laravel Factory. Factory pattern should be used to create Entities and Models, not fake data.
- [Migration](src/Migration/Migration.php) - Extended Laravel Migration disallowing `down()` to reduce production risks.
- Model
    - [Model](src/Model/Model.php) - Extended Laravel Model with changes list allowing to get all Model changes even after saving.
    - [ModelTrait](src/Model/ModelTrait.php) - Extended Laravel Model Trait for pre-built models
- [Repository](src/Repository/Repository.php) - Standard practice is to use Repositories instead of direct Model Query building in Controllers or Services. Repository holds `save()` and `delete()` methods as default, it also attached changes list to `Model` on every `save()`.
- Seeder
    - [Seeder](src/Seeder/Seeder.php) - Extended Laravel Seeder with added `getDependencies()` method allowing to order Seeders.
    - [SeedersRunner](src/Seeder/SeedersRunner.php) - Application `DatabaseSeeder` should extend this class to enable extended Seeders logic.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance73

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

7

Last Release

154d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfda633b595442c7c5a7dd8cfcd4b033e3d2beb89e0394a5c43c9cff19e706f0?d=identicon)[elph-studio](/maintainers/elph-studio)

---

Top Contributors

[![vitalij-vladimirov](https://avatars.githubusercontent.com/u/45896500?v=4)](https://github.com/vitalij-vladimirov "vitalij-vladimirov (26 commits)")

---

Tags

migrationfakerdatabasemysqlseeder

### Embed Badge

![Health badge](/badges/elph-studio-laravel-database-tools/health.svg)

```
[![Health](https://phpackages.com/badges/elph-studio-laravel-database-tools/health.svg)](https://phpackages.com/packages/elph-studio-laravel-database-tools)
```

###  Alternatives

[odan/phinx-migrations-generator

Migration generator for Phinx

235847.8k23](/packages/odan-phinx-migrations-generator)[camcima/php-mysql-diff

14842.6k](/packages/camcima-php-mysql-diff)[guidocella/eloquent-populator

Guess attributes for Eloquent model factories

7661.6k2](/packages/guidocella-eloquent-populator)[awssat/laravel-sync-migration

Laravel tool helps to sync migrations without refreshing the database

10923.2k](/packages/awssat-laravel-sync-migration)[smrtr/mysql-version-control

A crude version control system for mysql written in php

221.4k](/packages/smrtr-mysql-version-control)

PHPackages © 2026

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