PHPackages                             commercepundittech/laravel-seeding - 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. commercepundittech/laravel-seeding

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

commercepundittech/laravel-seeding
==================================

Database seeder for Laravel

1.0.2(6y ago)1122MITPHPPHP &gt;=7.0

Since Feb 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/commercepundittech/laravel-seeding)[ Packagist](https://packagist.org/packages/commercepundittech/laravel-seeding)[ Docs](https://www.commercepundit.com/)[ RSS](/packages/commercepundittech-laravel-seeding/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (5)Used By (0)

laravel-seeding
===============

[](#laravel-seeding)

This is simply laravel seeding module for database.

### How to install

[](#how-to-install)

```
composer require commercepundittech/laravel-seeding
```

### How to activate this module in Laravel application

[](#how-to-activate-this-module-in-laravel-application)

Add the ServiceProvider to the providers array in `config/app.php`

```
CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider,
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider"
```

### TO Do List

[](#to-do-list)

- Add feature like Laravel migration for Database seeding

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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 ~1 days

Total

3

Last Release

2278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71fa399411d6b783b0b3ee1a0204a0568edd89ee3feccbf20e34bb21e12fc362?d=identicon)[vrkansagara](/maintainers/vrkansagara)

![](https://www.gravatar.com/avatar/a5e8fc49d15b5d33e8598347b7f4261612a42d70f26817fb62a08ebe16ac2b01?d=identicon)[cp-vrkansagara](/maintainers/cp-vrkansagara)

---

Top Contributors

[![cp-vrkansagara](https://avatars.githubusercontent.com/u/56913689?v=4)](https://github.com/cp-vrkansagara "cp-vrkansagara (19 commits)")

---

Tags

laravellaravel-seelaravel-seederlaraveldatabaseseeder

### Embed Badge

![Health badge](/badges/commercepundittech-laravel-seeding/health.svg)

```
[![Health](https://phpackages.com/badges/commercepundittech-laravel-seeding/health.svg)](https://phpackages.com/packages/commercepundittech-laravel-seeding)
```

###  Alternatives

[timokoerber/laravel-json-seeder

Create and use JSON files to seed your database in your Laravel applications

4835.8k](/packages/timokoerber-laravel-json-seeder)

PHPackages © 2026

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