PHPackages                             simplyunnamed/eveuniverse - 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. [API Development](/categories/api)
4. /
5. simplyunnamed/eveuniverse

ActiveSeat-plugin[API Development](/categories/api)

simplyunnamed/eveuniverse
=========================

Search EVE universe API

1.0.0(5y ago)0117MITBlade

Since Apr 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/SimplyUnnamed/eve-universe)[ Packagist](https://packagist.org/packages/simplyunnamed/eveuniverse)[ RSS](/packages/simplyunnamed-eveuniverse/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

EVE Universe
------------

[](#eve-universe)

A simple ESI search tool for searching Universe data in SeAT.

How to use
----------

[](#how-to-use)

Installation is easy. run:

`composer require simplyunnamed\eveuniverse`

Laravel will automatically load up the package.

Adding Search to my pages
-------------------------

[](#adding-search-to-my-pages)

There are 4 searches provided.

- Character
- Alliance
- Corporation
- Faction

To include these in your form, use one of the following partials

- `@include('eveuniverse.search.character')`
- `@include('eveuniverse.search.corporation')`
- `@include('eveuniverse.search.alliance')`
- `@include('eveuniverse.search.faction')`

The following properties can be set:

- class: override the default class.
- id: Set an id
- modal: Provide the modal identifier
- name: Override the field name
- label: Change the label

Select2 can behave a little weird inside modals. If you do put this form in a modal, make sure you provide the modal's id using the modal property.

- `@include('eveuniverse.search.character', ['modal'=>'#modal-id'])`
- `@include('eveuniverse.search.corporation', ['modal'=>'#modal-id'])`
- `@include('eveuniverse.search.alliance', ['modal'=>'#modal-id'])`
- `@include('eveuniverse.search.faction', ['modal'=>'#modal-id'])`

Sometimes, Modal forms are rendered serverside, and inserted into the body using javascript. In this instances, some helper functions are available to initiate the fields.

`eu_select2_modal($select_id, $type, $modal)`

examples of these use cases can be found in examples view folder. You can also experience these examples after installing by going to `/eveuniverse/example`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1857d 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 (4 commits)")

### Embed Badge

![Health badge](/badges/simplyunnamed-eveuniverse/health.svg)

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

###  Alternatives

[eveseat/seat

Simple Eve Api Tool

45319.4k](/packages/eveseat-seat)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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