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

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

laravelevetools/eve-seeder
==========================

EVE Online SDE seeders for Laravel Projects

1.0.5(1y ago)1792GPL-2.0-or-laterPHP

Since Apr 10Pushed 1y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (8)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

29

—

LowBetter than 57% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

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

Recently: every ~205 days

Total

6

Last Release

703d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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