PHPackages                             alirezadp10/seeder - 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. alirezadp10/seeder

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

alirezadp10/seeder
==================

Improving seeding functionality of Laravel framework.

v1.0.0(4y ago)022MITPHPPHP &gt;=7.1

Since Mar 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alirezadp10/seeder)[ Packagist](https://packagist.org/packages/alirezadp10/seeder)[ RSS](/packages/alirezadp10-seeder/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

Seeder
======

[](#seeder)

*Made Laravel Seeding More Useful*
----------------------------------

[](#made-laravel-seeding-more-useful)

### 😞 Problem

[](#disappointed-problem)

Assume you have an application and in the middle of developing you should inject some data in your existing tables.

So you write your seeder and put insertion query and do your right thing and in the end you come to a question.

**How run this seeder in different environments only once and not more?**

The problem is this data should insert to all environments And you don't sure this seeder doesn't execute more than once.

### 💥 Solution

[](#collision-solution)

Seeder is a layer that changes Laravel seeding behavior slightly.

By the way, the seeding approach that is currently used in laravel, doesn't have support for seeding classes one time per running.

With this package you can define your seeders like before, but the task of executing them, is the responsibility of `php artisan seed` command.

By doing that you can put `seed` command in your CI configuration without worrying about some seeders execute several times.

### 📥 Installation

[](#inbox_tray-installation)

You can install the package via composer:

```
composer require alirezadp10/seeder

```

Create seeds table:

```
php artisan migrate

```

You can also migrate previous seeders file to new style if you want:

```
php artisan seeder:update

```

### ❗ Notice

[](#exclamation-notice)

After installing this package your seeder files generate like migration files, which you are already familiar with them.

### License

[](#license)

MIT

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1564d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcfb5935bad371a0df5183c6e00a9d0196870d3ee4af2e10173e53639d9e87d2?d=identicon)[alirezadp10](/maintainers/alirezadp10)

---

Top Contributors

[![alirezadp10](https://avatars.githubusercontent.com/u/33761594?v=4)](https://github.com/alirezadp10 "alirezadp10 (3 commits)")

---

Tags

laraveldatabaseseeder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alirezadp10-seeder/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

166251.3k1](/packages/cybercog-laravel-clickhouse)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3262.5k4](/packages/toponepercent-baum)

PHPackages © 2026

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