nicolaskion / eve
Esi Integration for EVE Online
Fund package maintenance!
v0.5.1
2026-06-18 10:05 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^12.0 || ^13.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- rector/rector: ^2.0
README
This package integrates EVE's API into a laravel application.
Installation
You can install the package via composer:
composer require nicolaskion/eve
You can publish the config file with:
php artisan vendor:publish --tag="esi-config"
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.