Collections of abstract laravel jobs to interact with eves online ESI endpoints

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/laravelevetools/eve-api

1.2.2 2024-08-02 23:18 UTC

This package is auto-updated.

Last update: 2025-10-01 00:16:18 UTC


README

Based on SeAT - Eve API package, but project agnostic.

This package provides an abstract class for each ESI endpoint. Extend the class, and implement the handle function.

The handle function should call $this->retrieve() to get the information from the ESI. make sure you set any request body or query string attributes required by using $this->request_body[] or $this->query_string[] as required.