Skip to content

1234nin4321/Extendd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SeAT Extended API

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)

  1. Mount the package in your docker-compose.yml:

    services:
      seat:
        volumes:
          - ./Extendd:/var/www/seat/packages/seat-extended-api
  2. Add the repository to SeAT's composer.json:

    "repositories": [
        {
            "type": "path",
            "url": "packages/seat-extended-api"
        }
    ]
  3. Require the package:

    docker-compose exec seat composer require seat-extended/api
  4. Clear cache:

    docker-compose exec seat php artisan route:clear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages