PHPackages                             eveseat/eseye - 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. eveseat/eseye

ActiveLibrary[API Development](/categories/api)

eveseat/eseye
=============

A Standalone PHP ESI (EVE Swagger Interface) Client Library

3.2.1(2mo ago)5120.3k↓25%32[1 issues](https://github.com/eveseat/eseye/issues)[2 PRs](https://github.com/eveseat/eseye/pulls)20GPL-2.0PHPPHP ^8.1

Since Jan 17Pushed 2mo ago8 watchersCompare

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

READMEChangelog (10)Dependencies (19)Versions (45)Used By (20)

[![SeAT](https://camo.githubusercontent.com/db464caf559d50d364e30e712bc24bea4df9772545b3555bd854a7025fe71da9/687474703a2f2f692e696d6775722e636f6d2f6150504f78534b2e706e67)](https://camo.githubusercontent.com/db464caf559d50d364e30e712bc24bea4df9772545b3555bd854a7025fe71da9/687474703a2f2f692e696d6775722e636f6d2f6150504f78534b2e706e67)

[![Build Status](https://camo.githubusercontent.com/8d1387d7fe100debe0c974a5fef9071d498434cc852ee344d97f328261ef46e9/68747470733a2f2f7472617669732d63692e6f72672f657665736561742f65736579652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eveseat/eseye)[![Code Climate](https://camo.githubusercontent.com/01dbf9d7e08875c9f15831f6bbe167815e263d0d0dfa136cd5205c4f5d96b4c8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f657665736561742f65736579652f6261646765732f6770612e737667)](https://codeclimate.com/github/eveseat/eseye)[![Test Coverage](https://camo.githubusercontent.com/54ec44e9914227625405af9966701a1516fc1cdca89a52e2bf5bb60c016f423c/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f657665736561742f65736579652f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/eveseat/eseye/coverage)[![Latest Stable Version](https://camo.githubusercontent.com/74d2575fc0698822bd6c2b850b93c079a6e62c6d5079d834339d9348aace1140/68747470733a2f2f706f7365722e707567782e6f72672f657665736561742f65736579652f762f737461626c65)](https://packagist.org/packages/eveseat/eseye)[![Total Downloads](https://camo.githubusercontent.com/96996e42359997281f4e1ad709dacd27e2ea8a93a6615dcda20f94776c9a06be/68747470733a2f2f706f7365722e707567782e6f72672f657665736561742f65736579652f646f776e6c6f616473)](https://packagist.org/packages/eveseat/eseye)[![Latest Unstable Version](https://camo.githubusercontent.com/67e6a95e65c7a778d3b0d5840c11e44deab8d895f6f9cc6fd4e7857286142dfd/68747470733a2f2f706f7365722e707567782e6f72672f657665736561742f65736579652f762f756e737461626c65)](https://packagist.org/packages/eveseat/eseye)[![License](https://camo.githubusercontent.com/f7bf145aa00e952b75e10ad4c52952af15a16b56780906db817484d74d53b656/68747470733a2f2f706f7365722e707567782e6f72672f657665736561742f65736579652f6c6963656e7365)](https://packagist.org/packages/eseye/eveapi)[![StyleCI](https://camo.githubusercontent.com/f20ad4f34d969e9b859f5afaf4bdc144e14b6d7a80438579217691c897a4fb36/68747470733a2f2f7374796c6563692e696f2f7265706f732f37383836363235392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/78866259)

eseye
=====

[](#eseye)

👾 A Standalone, Dynamic ESI (EVE Swagger Interface) Client Library written in PHP

example usage
-------------

[](#example-usage)

Its supposed to be simple!

```
// initialization stuff
$esi = new Eseye();

// Optionally, set the ESI endpoint version to use.
// If you dont set this, Eseye will use /latest
$esi->setVersion('v4');

// make a call
$character_info = $esi->invoke('get', '/characters/{character_id}/', [
    'character_id' => 1477919642,
]);

// get data!
echo $character_info->name;
```

For a more complete usage example, please refer to [example.php](example.php)

documentation
-------------

[](#documentation)

For up to date documentation, more examples and other goodies, please check out the [project wiki](https://github.com/eveseat/eseye/wiki)!

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance83

Actively maintained with recent releases

Popularity41

Moderate usage in the ecosystem

Community37

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 64.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 ~79 days

Recently: every ~94 days

Total

43

Last Release

84d ago

Major Versions

0.0.12 → 1.0.02018-04-29

1.1.8 → 2.0.02019-12-23

2.x-dev → 3.0.02023-07-14

2.4.1 → 3.0.12023-11-08

PHP version history (5 changes)0.0.1PHP &gt;= 7.0

0.0.12PHP &gt;= 7.1

2.0.0PHP &gt;= 7.2

2.x-devPHP &gt;= 7.2|^8.0

3.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![leonjza](https://avatars.githubusercontent.com/u/1148127?v=4)](https://github.com/leonjza "leonjza (130 commits)")[![warlof](https://avatars.githubusercontent.com/u/648753?v=4)](https://github.com/warlof "warlof (51 commits)")[![michaelcooke](https://avatars.githubusercontent.com/u/12518009?v=4)](https://github.com/michaelcooke "michaelcooke (5 commits)")[![Rakdos8](https://avatars.githubusercontent.com/u/22244611?v=4)](https://github.com/Rakdos8 "Rakdos8 (4 commits)")[![recursivetree](https://avatars.githubusercontent.com/u/60423027?v=4)](https://github.com/recursivetree "recursivetree (2 commits)")[![Crypta-Eve](https://avatars.githubusercontent.com/u/25732499?v=4)](https://github.com/Crypta-Eve "Crypta-Eve (2 commits)")[![aubreyshomo](https://avatars.githubusercontent.com/u/80787428?v=4)](https://github.com/aubreyshomo "aubreyshomo (1 commits)")[![xcrf](https://avatars.githubusercontent.com/u/8524371?v=4)](https://github.com/xcrf "xcrf (1 commits)")[![gordonzero](https://avatars.githubusercontent.com/u/9784991?v=4)](https://github.com/gordonzero "gordonzero (1 commits)")[![HgAlexx](https://avatars.githubusercontent.com/u/1115811?v=4)](https://github.com/HgAlexx "HgAlexx (1 commits)")[![MrBMT](https://avatars.githubusercontent.com/u/6931281?v=4)](https://github.com/MrBMT "MrBMT (1 commits)")[![rohimma](https://avatars.githubusercontent.com/u/2255417?v=4)](https://github.com/rohimma "rohimma (1 commits)")[![stcktrce](https://avatars.githubusercontent.com/u/40738917?v=4)](https://github.com/stcktrce "stcktrce (1 commits)")

---

Tags

esieve-onlineeve-swagger-interfacelibraryseatstandalone

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eveseat-eseye/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15224.3M65](/packages/opensearch-project-opensearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)

PHPackages © 2026

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