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(1mo ago)24757.6k—1.4%85MITPHP

Since Feb 16Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/eklundkristoffer/seedster)[ Packagist](https://packagist.org/packages/eklundkristoffer/seedster)[ RSS](/packages/eklundkristoffer-seedster/feed)WikiDiscussions master Synced 1mo 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

62

—

FairBetter than 99% of packages

Maintenance89

Actively maintained with recent releases

Popularity48

Moderate usage in the ecosystem

Community24

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

53d 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://www.gravatar.com/avatar/57e84844ba30eecbc2fe2b6ee26266ed5323ddf7b7de525e6764ae79dd753749?d=identicon)[cornex](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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