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

ActiveLibrary

drkthunder02/eseye
==================

A Standalone PHP ESI (EVE Swagger Interface) Client Library. Originally by eveseat/eseye.

v0.3.1(1mo ago)011GPL-2.0-or-laterPHPPHP ^8.1

Since Mar 11Pushed 1mo agoCompare

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

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

[![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

38

—

LowBetter than 85% of packages

Maintenance89

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% 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 ~0 days

Total

6

Last Release

58d ago

PHP version history (2 changes)v0.1PHP &gt;= 8.1

v0.2PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/841cf5a89e4b26746c6aa0c13a5fcc3ec1b238f5370a3419622395a0addb2ced?d=identicon)[drkthunder02](/maintainers/drkthunder02)

---

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)")[![drkthunder02](https://avatars.githubusercontent.com/u/8024070?v=4)](https://github.com/drkthunder02 "drkthunder02 (7 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)")[![Crypta-Eve](https://avatars.githubusercontent.com/u/25732499?v=4)](https://github.com/Crypta-Eve "Crypta-Eve (2 commits)")[![recursivetree](https://avatars.githubusercontent.com/u/60423027?v=4)](https://github.com/recursivetree "recursivetree (2 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)")[![aubreyshomo](https://avatars.githubusercontent.com/u/80787428?v=4)](https://github.com/aubreyshomo "aubreyshomo (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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