PHPackages                             creative-collisions-limited/iseed - 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. creative-collisions-limited/iseed

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

creative-collisions-limited/iseed
=================================

Generate a new Laravel database seed file based on data from the existing database table.

v3.0.4(5y ago)03.4kBSD-2-ClausePHPPHP ^7.2|^8.0

Since Sep 24Pushed 5y agoCompare

[ Source](https://github.com/CreativeCollisionsLimited/iseed)[ Packagist](https://packagist.org/packages/creative-collisions-limited/iseed)[ RSS](/packages/creative-collisions-limited-iseed/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (5)Versions (21)Used By (0)

**Inverse seed generator (iSeed)** is a Laravel Lumen package that provides a method to generate a new seed file based on data from the existing database table. This project is based on [orangehill/iseed](https://github.com/orangehill/iseed), all credits to them.

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

[](#installation)

### 1. Require with [Composer](https://getcomposer.org/)

[](#1-require-with-composer)

```
composer require creative-collisions-limited/iseed
```

### 2. Add Service Provider

[](#2-add-service-provider)

```
// '/bootstrap/app.php'
$app->register(CreativeCollisionsLimited\Iseed\IseedServiceProvider::class);
```

Artisan command options
-----------------------

[](#artisan-command-options)

### \[table\_name\]

[](#table_name)

Mandatory parameter which defines which table/s will be used for seed creation. Use CSV notation for multiple tables. Seed file will be generated for each table.

Examples:

```
php artisan iseed my_table

```

```
php artisan iseed my_table,another_table

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 55.1% 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 ~145 days

Recently: every ~32 days

Total

20

Last Release

1843d ago

Major Versions

v1.1 → v2.02015-03-17

v2.6.4 → v3.02020-12-14

PHP version history (4 changes)v1.0PHP &gt;=5.3.0

v2.1PHP &gt;=5.4.0

v2.6.2PHP ^7.2

v3.0.1PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/352cb95d549547a5bb6b44888835c869ccb1f71728af328d81644593f21e6aa4?d=identicon)[gabor-mdc](/maintainers/gabor-mdc)

---

Top Contributors

[![tihomiro](https://avatars.githubusercontent.com/u/3897520?v=4)](https://github.com/tihomiro "tihomiro (76 commits)")[![milanandjelkovic-ohd](https://avatars.githubusercontent.com/u/242154985?v=4)](https://github.com/milanandjelkovic-ohd "milanandjelkovic-ohd (21 commits)")[![ivanbatic](https://avatars.githubusercontent.com/u/2086015?v=4)](https://github.com/ivanbatic "ivanbatic (10 commits)")[![Sammdev4](https://avatars.githubusercontent.com/u/70889191?v=4)](https://github.com/Sammdev4 "Sammdev4 (4 commits)")[![nuernbergerA](https://avatars.githubusercontent.com/u/13331388?v=4)](https://github.com/nuernbergerA "nuernbergerA (3 commits)")[![dinandmentink](https://avatars.githubusercontent.com/u/17289887?v=4)](https://github.com/dinandmentink "dinandmentink (3 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (3 commits)")[![alexw23](https://avatars.githubusercontent.com/u/1505496?v=4)](https://github.com/alexw23 "alexw23 (2 commits)")[![andjelicsasa](https://avatars.githubusercontent.com/u/13480324?v=4)](https://github.com/andjelicsasa "andjelicsasa (2 commits)")[![AraneaDev](https://avatars.githubusercontent.com/u/12177132?v=4)](https://github.com/AraneaDev "AraneaDev (2 commits)")[![atrakeur](https://avatars.githubusercontent.com/u/3091077?v=4)](https://github.com/atrakeur "atrakeur (2 commits)")[![Puralogica](https://avatars.githubusercontent.com/u/6037136?v=4)](https://github.com/Puralogica "Puralogica (2 commits)")[![Maras0830](https://avatars.githubusercontent.com/u/7960232?v=4)](https://github.com/Maras0830 "Maras0830 (1 commits)")[![lflaszlo](https://avatars.githubusercontent.com/u/533115?v=4)](https://github.com/lflaszlo "lflaszlo (1 commits)")[![petercoles](https://avatars.githubusercontent.com/u/2947594?v=4)](https://github.com/petercoles "petercoles (1 commits)")[![giovannipds](https://avatars.githubusercontent.com/u/1820017?v=4)](https://github.com/giovannipds "giovannipds (1 commits)")[![Reizinixc](https://avatars.githubusercontent.com/u/1935919?v=4)](https://github.com/Reizinixc "Reizinixc (1 commits)")[![gmsantos](https://avatars.githubusercontent.com/u/1991286?v=4)](https://github.com/gmsantos "gmsantos (1 commits)")[![stltt](https://avatars.githubusercontent.com/u/509567?v=4)](https://github.com/stltt "stltt (1 commits)")[![mattrabe](https://avatars.githubusercontent.com/u/1786783?v=4)](https://github.com/mattrabe "mattrabe (1 commits)")

---

Tags

laravelartisangeneratorsseed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/creative-collisions-limited-iseed/health.svg)

```
[![Health](https://phpackages.com/badges/creative-collisions-limited-iseed/health.svg)](https://phpackages.com/packages/creative-collisions-limited-iseed)
```

###  Alternatives

[orangehill/iseed

Generate a new Laravel database seed file based on data from the existing database table.

2.9k9.2M55](/packages/orangehill-iseed)[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

38339.1k](/packages/nwidart-db-exporter)[cheesegrits/iseed

This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.

105.8k](/packages/cheesegrits-iseed)[elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

364.7k](/packages/elimuswift-db-exporter)

PHPackages © 2026

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