PHPackages                             axklim/db-seeder-php - 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. axklim/db-seeder-php

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

axklim/db-seeder-php
====================

v0.0.10(1y ago)14.4k↓21.4%MITPHPPHP ^8.1

Since Mar 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/axklim/db-seeder-php)[ Packagist](https://packagist.org/packages/axklim/db-seeder-php)[ RSS](/packages/axklim-db-seeder-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

```
composer require --dev axklim/db-seeder-php
```

composer.json:

```
    "autoload-dev": {
        "psr-4": {
            "DbSeeder\\": "var/generated/",
            ...
        },
```

```
(new SeederGenerator\Generator('host', 'port', 'name', 'username', 'password'))
    ->generate(['*'], __DIR__ . '/var/generated/', 'DbSeeder');

$fixtureManager = new SeederGenerator\FixtureManager('host', 'port', 'name', 'username', 'password');

$order = DbSeeder\Order::make();

$fixtureManager->save($order);
```

### Run tests:

[](#run-tests)

```
./run.php # generate fixtures files
./tools/phpunit.phar
```

### Deploy

[](#deploy)

```
git tag v0.0.N
git push origin v0.0.N
```

License
-------

[](#license)

This package is available under the [MIT license](Resources/meta/LICENSE)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance46

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

10

Last Release

418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/423469ce3da8cd7376a90c6fc5f87e1cb8bbc6edb76f4a5009c41491d5eaae2b?d=identicon)[gudik](/maintainers/gudik)

---

Top Contributors

[![axklim](https://avatars.githubusercontent.com/u/12901433?v=4)](https://github.com/axklim "axklim (11 commits)")

### Embed Badge

![Health badge](/badges/axklim-db-seeder-php/health.svg)

```
[![Health](https://phpackages.com/badges/axklim-db-seeder-php/health.svg)](https://phpackages.com/packages/axklim-db-seeder-php)
```

###  Alternatives

[icanboogie/activerecord

ActiveRecord Object-relational mapping

135.0k3](/packages/icanboogie-activerecord)

PHPackages © 2026

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