PHPackages                             nicolaskion/sde - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. nicolaskion/sde

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

nicolaskion/sde
===============

SDE Parser for EVE Online and Laravel

v0.6(1mo ago)01.1k↓18.4%[1 PRs](https://github.com/NicolasKion/SDE/pulls)MITPHPPHP ^8.3.0CI passing

Since Jan 26Pushed 4w ago1 watchersCompare

[ Source](https://github.com/NicolasKion/SDE)[ Packagist](https://packagist.org/packages/nicolaskion/sde)[ Fund](https://www.paypal.com/paypalme/enunomaduro)[ GitHub Sponsors](https://github.com/nunomaduro)[ RSS](/packages/nicolaskion-sde/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (10)Dependencies (24)Versions (22)Used By (0)

SDE Parser for EVE Online
=========================

[](#sde-parser-for-eve-online)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b58508898c0177a6e8b3d7bbc3d6ee39ee4e5b766f1ef83e0d8737a875153c69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e69636f6c61736b696f6e2f7364652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicolaskion/sde)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1791c01c8567f0c0d1ea4153d63398bc9598b346af153aa4709c7a1612153736/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e69636f6c61736b696f6e2f7364652f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/nicolaskion/sde/actions?query=workflow%3ATests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/948f3db4c2765d7fda407a0f46571a0df5efdd048c890e4427412d43ba5304ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e69636f6c61736b696f6e2f7364652f666f726d6174732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/nicolaskion/sde/actions?query=workflow%3AFormats+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/840ac2aa22d115f9a5a517a529c40119ab5e627d27d03b02c3e4f6e36c68498e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e69636f6c61736b696f6e2f7364652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicolaskion/sde)

This package downloads EVE Online's Static Data Export (SDE) and seeds it into your Laravel application's database as Eloquent models.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 12 or 13

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require nicolaskion/sde
```

Publish and run the migrations:

```
php artisan vendor:publish --tag="sde-migrations"
php artisan migrate
```

Optionally, publish the config file:

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

If you want to extend or override the bundled Eloquent models, publish them to your application and point the `sde.models` config entries at your own classes:

```
php artisan vendor:publish --tag="sde-models"
```

Usage
-----

[](#usage)

Download the latest SDE from CCP:

```
php artisan sde:download
```

Seed everything into the database:

```
php artisan sde:seed
```

`sde:seed` orchestrates the individual seeders (icons, units, attributes, market groups, meta groups, categories, groups, graphics, races, effects, types, type attributes, type effects, the universe and more). Each one is also available on its own, e.g.:

```
php artisan sde:seed:types
php artisan sde:seed:universe
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance92

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71% 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 ~25 days

Recently: every ~50 days

Total

21

Last Release

50d ago

PHP version history (2 changes)v0.1PHP ^8.2.0

v0.1.4PHP ^8.3.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172045106?v=4)[Nicolas Kion](/maintainers/NicolasKion)[@NicolasKion](https://github.com/NicolasKion)

---

Top Contributors

[![TimKunze96](https://avatars.githubusercontent.com/u/57131860?v=4)](https://github.com/TimKunze96 "TimKunze96 (22 commits)")[![NicolasKion](https://avatars.githubusercontent.com/u/172045106?v=4)](https://github.com/NicolasKion "NicolasKion (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

phplaravelpackageevesde

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nicolaskion-sde/health.svg)

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k4.0k](/packages/leantime-leantime)[api-platform/laravel

API Platform support for Laravel

58174.6k18](/packages/api-platform-laravel)[tomshaw/electricgrid

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

119.8k](/packages/tomshaw-electricgrid)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

16132.2k4](/packages/calebdw-larastan)

PHPackages © 2026

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