PHPackages                             eklundkristoffer/seedster - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eklundkristoffer/seedster

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eklundkristoffer/seedster
=========================

10.0(4mo ago)24802.4k↓21.6%85MITPHP

Since Feb 16Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/eklundkristoffer/seedster)[ Packagist](https://packagist.org/packages/eklundkristoffer/seedster)[ RSS](/packages/eklundkristoffer-seedster/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (2)Versions (16)Used By (5)

[![Latest Stable Version](https://camo.githubusercontent.com/d871ed8529e38f1375d957bd60344107942dd8ebc7655dbe77a56c935d46c0b3/68747470733a2f2f706f7365722e707567782e6f72672f656b6c756e646b726973746f666665722f73656564737465722f762f737461626c652e737667)](https://packagist.org/packages/eklundkristoffer/seedster)[![Total Downloads](https://camo.githubusercontent.com/d3613d680776f4b1ee5506ddeb63f8af925791152cb92af142e7b69374d66875/68747470733a2f2f706f7365722e707567782e6f72672f656b6c756e646b726973746f666665722f73656564737465722f642f746f74616c2e737667)](https://packagist.org/packages/eklundkristoffer/seedster)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

seedster
========

[](#seedster)

Register laravel seeds from a package

Installation
============

[](#installation)

require the project using Composer:

```
composer require eklundkristoffer/seedster

```

or manually update your require block and run `composer update`

```
{
    "require": {
        "eklundkristoffer/seedster": "^5.0"
    }
}

```

Usage
=====

[](#usage)

You can now register a seed from any service provider

```
use Mypackage\Database\Seeds\PostsTableSeeder;
use Mypackage\Database\Seeds\UsersTableSeeder;

public function register()
{
    $this->app['seed.handler']->register(
        UsersTableSeeder::class
    );

    // Or register an array of seeds
    $this->app['seed.handler']->register(
        [UsersTableSeeder::class, PostsTableSeeder::class, ...]
    );
}
```

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance74

Regular maintenance activity

Popularity48

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~237 days

Recently: every ~287 days

Total

15

Last Release

145d ago

Major Versions

5.0 → 6.02023-01-31

6.0 → 7.02023-02-09

7.0 → 8.02024-03-13

8.0 → 9.02025-02-25

9.0 → 10.02026-03-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18294109?v=4)[cornex](/maintainers/cornex)[@cornex](https://github.com/cornex)

---

Top Contributors

[![eklundkristoffer](https://avatars.githubusercontent.com/u/6270760?v=4)](https://github.com/eklundkristoffer "eklundkristoffer (20 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (5 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![pprossi](https://avatars.githubusercontent.com/u/23215844?v=4)](https://github.com/pprossi "pprossi (1 commits)")[![rafaelqm](https://avatars.githubusercontent.com/u/4494881?v=4)](https://github.com/rafaelqm "rafaelqm (1 commits)")[![sharafat](https://avatars.githubusercontent.com/u/810435?v=4)](https://github.com/sharafat "sharafat (1 commits)")[![stefandoorn](https://avatars.githubusercontent.com/u/4903082?v=4)](https://github.com/stefandoorn "stefandoorn (1 commits)")

---

Tags

laravel-packageseed

### Embed Badge

![Health badge](/badges/eklundkristoffer-seedster/health.svg)

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

###  Alternatives

[illuminate/pagination

The Illuminate Pagination package.

12234.6M1.1k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9350.2M312](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.8M410](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.7M146](/packages/illuminate-cookie)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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