A fresh, clean Laravel package to extend the EVE SeAT API with detailed character information, including attributes and implants.
- Extended Character List:
/api/extended/characters - Detailed Character Info:
/api/extended/characters/{id} - Included Data:
- Character Attributes (Intelligence, Perception, etc.)
- Active Implants
- Skillpoints (Total & Unallocated)
- Wallet Balance
- Affiliation (Corporation & Alliance)
-
Mount the package in your
docker-compose.yml:services: seat: volumes: - ./Extendd:/var/www/seat/packages/seat-extended-api
-
Add the repository to SeAT's
composer.json:"repositories": [ { "type": "path", "url": "packages/seat-extended-api" } ]
-
Require the package:
docker-compose exec seat composer require seat-extended/api -
Clear cache:
docker-compose exec seat php artisan route:clear