PHPackages                             tkhamez/eve-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. tkhamez/eve-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tkhamez/eve-api
===============

Client library for EVE Online API (ESI)

12.20251216.0(4mo ago)3708MITPHPPHP ^8.1

Since Jul 26Pushed 4mo agoCompare

[ Source](https://github.com/tkhamez/eve-api-php)[ Packagist](https://packagist.org/packages/tkhamez/eve-api)[ Docs](https://github.com/tkhamez/eve-api-php)[ RSS](/packages/tkhamez-eve-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/c661a437e5f92e30033f962d88f3f371ca894cdc963da91ce6b734f504233da1/687474703a2f2f706f7365722e707567782e6f72672f746b68616d657a2f6576652d6170692f76)](https://packagist.org/packages/tkhamez/eve-api)[![Total Downloads](https://camo.githubusercontent.com/983a13b6f38f6ecd55355572b634528040344aaff2ee506980266619ce7cd1aa/687474703a2f2f706f7365722e707567782e6f72672f746b68616d657a2f6576652d6170692f646f776e6c6f616473)](https://packagist.org/packages/tkhamez/eve-api)[![License](https://camo.githubusercontent.com/2ab1dc1ea9e124ea6560a367d187998915926cb248d0c8dccd8fa926699c5139/687474703a2f2f706f7365722e707567782e6f72672f746b68616d657a2f6576652d6170692f6c6963656e7365)](https://packagist.org/packages/tkhamez/eve-api)[![PHP Version Require](https://camo.githubusercontent.com/21a815f280a9df56e216bafffa89c3dfcc2f75fcb9e156971179e5a9149ed09f/687474703a2f2f706f7365722e707567782e6f72672f746b68616d657a2f6576652d6170692f726571756972652f706870)](https://packagist.org/packages/tkhamez/eve-api)

EVE API for PHP
===============

[](#eve-api-for-php)

A PHP client library for the EVE Online API (ESI), generated by Openapi Generator ().

For more information, please visit .

This client is generated from [openapi.yaml](openapi.yaml), a patched version (see [Patches](patches/PATCHES.md)) of the OpenAPI 3.1 definition file that can be found at . It is generated for a specific version (compatibility date, see ), which is the only date that must be used for the `X-Compatibility-Date` header (which this client sends automatically). This date is included in the version number.

See the [CHANGELOG](CHANGELOG.md) for an explanation of the versioning scheme and a list of changes.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "tkhamez/eve-api": "^12"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
