laravelevetools / eve-api
Collections of abstract laravel jobs to interact with eves online ESI endpoints
1.2.2
2024-08-02 23:18 UTC
Requires
- eveseat/eseye: ^3.0
- laravel/framework: ^8.40|^9.0|^10.0|^11.0
Requires (Dev)
- laravel/tinker: 3.x-dev
This package is auto-updated.
Last update: 2024-11-02 23:48:03 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.