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

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

helious/eve-seeder
==================

EVE Online SDE seeders for Laravel Projects

00PHP

Since May 9Pushed 2y agoCompare

[ Source](https://github.com/mackenziexD/eve-seeder)[ Packagist](https://packagist.org/packages/helious/eve-seeder)[ RSS](/packages/helious-eve-seeder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### **EVE Seeder**

[](#eve-seeder)

This package is based of Eve SeAT's new seeder classes which can be found here:

All credits to these seeders go to warlof:

Current Seeders Available are:

- StaStations
- InvTypes (Items and types)
- InvGroups ( Item Groups )
- InvCategories ( Item Categories )
- MapSolarSystemJumps ( Stargate connections )
- MapDenormalize ( Solar Systems, Constellations, Regions, Planets and Moons )

### **Usage**

[](#usage)

###### **1. include the package:**

[](#1-include-the-package)

`composer require laravelevetools/eve-seeder`

###### **2. Publish the config**

[](#2-publish-the-config)

`php artisan vendor:publish --tag=sde-config`

###### **3.\\ Setup which SDE you want to seed.**

[](#3-setup-which-sde-you-want-to-seed)

Uncomment the SDE classes you want to seed. example:

```
// config/eve-sde.php

'seeders' => [
    \LaravelEveTools\EveSeeder\Database\Seeders\Sde\InvTypesSeeder::class,
    \LaravelEveTools\EveSeeder\Database\Seeders\Sde\InvGroupsSeeder::class,
    \LaravelEveTools\EveSeeder\Database\Seeders\Sde\InvCategoriesSeeder::class,
    // \LaravelEveTools\EveSeeder\Database\Seeders\Sde\StaStationsSeeder::class,
    \LaravelEveTools\EveSeeder\Database\Seeders\Sde\MapDenormalizeSeeder::class,
    // \LaravelEveTools\EveSeeder\Database\Seeders\Sde\MapSolarSystemJumps::class,
]

```

###### **4.\\ Run the seed artisan command**

[](#4-run-the-seed-artisan-command)

`php artisan eve:sde:update`

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

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

---

Top Contributors

[![SimplyUnnamed](https://avatars.githubusercontent.com/u/2074278?v=4)](https://github.com/SimplyUnnamed "SimplyUnnamed (18 commits)")[![mackenziexD](https://avatars.githubusercontent.com/u/17624925?v=4)](https://github.com/mackenziexD "mackenziexD (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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