Search by

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

Package info

github.com/LaravelEveTools/eveapi

pkg:composer/laravelevetools/eve-api

Transparency log

Statistics

Installs: 67

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.2.2 2024-08-02 23:18 UTC

This package is auto-updated.

Last update: 2025-12-01 00:13:45 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.