seat-extended/api
Composer 安装命令:
composer require seat-extended/api
包简介
A fresh, clean Extended API for EVE SeAT.
README 文档
README
A fresh, clean Laravel package to extend the EVE SeAT API with detailed character information, including attributes and implants.
Features
- 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)
Installation (Docker)
-
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
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-03