PHPackages                             busa-git/seat-tracking-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. busa-git/seat-tracking-api

ActiveLibrary[API Development](/categories/api)

busa-git/seat-tracking-api
==========================

00PHP

Since Aug 21Pushed 10mo agoCompare

[ Source](https://github.com/BUSAGit/seat-tracking-api)[ Packagist](https://packagist.org/packages/busa-git/seat-tracking-api)[ RSS](/packages/busa-git-seat-tracking-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

seat-tracking-api
=================

[](#seat-tracking-api)

api route extension for [SeAT](https://github.com/eveseat/seat) and that creates 2 api's for tracking oprhans (characters in a corporation but not registed on SeAT) and afk (characters that not logged in for ATLEAST 3 months)

Installation
------------

[](#installation)

You can install the package via composer:

```
SeAT 4: composer require helious/seat-tracking-api:^4.*
SeAT 5: composer require helious/seat-tracking-api:^5.*
```

Docker

```
SeAT 4: SEAT_PLUGINS=helious/seat-tracking-api:^4.*
SeAT 5: SEAT_PLUGINS=helious/seat-tracking-api:^5.*
```

Example
-------

[](#example)

`/api/v2/tracking/orphans` returns JSON

```
[
    {
        "name": "EXAMPLE 1",
        "ship": "Retriever",
        "location": "X-9ZZR - Mustang Ranch"
    },
    {
        "name": "EXAMPLE 2",
        "ship": "Retriever",
        "location": "X-9ZZR - Mustang Ranch"
    },
    {
        "name": "EXAMPLE 3",
        "ship": "Retriever",
        "location": "X-9ZZR - Mustang Ranch"
    },
    ...
]
```

`/api/v2/tracking/afk` returns JSON

```
[
    {
        "name": "EXAMPLE 1",
        "last_login": "2021-09-26 04:41:13",
        "ship": "Retriever",
        "location": "R1O-GN - Z E N S T A R",
        "afk_time": "5 months 3 days 2 hours 9 minutes"
    },
    {
        "name": "EXAMPLE 2",
        "last_login": "2021-09-26 04:41:13",
        "ship": "Retriever",
        "location": "R1O-GN - Z E N S T A R",
        "afk_time": "5 months 3 days 2 hours 9 minutes"
    },
    {
        "name": "EXAMPLE 3",
        "last_login": "2021-09-26 04:41:13",
        "ship": "Retriever",
        "location": "R1O-GN - Z E N S T A R",
        "afk_time": "5 months 3 days 2 hours 9 minutes"
    },
    ...
]
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88663b645f21cb5de2e1e6a974445ff2c9dfab3f4731c1e48a27b713c5839941?d=identicon)[itaru25](/maintainers/itaru25)

---

Top Contributors

[![mackenziexD](https://avatars.githubusercontent.com/u/17624925?v=4)](https://github.com/mackenziexD "mackenziexD (8 commits)")[![BUSAGit](https://avatars.githubusercontent.com/u/93844647?v=4)](https://github.com/BUSAGit "BUSAGit (2 commits)")

### Embed Badge

![Health badge](/badges/busa-git-seat-tracking-api/health.svg)

```
[![Health](https://phpackages.com/badges/busa-git-seat-tracking-api/health.svg)](https://phpackages.com/packages/busa-git-seat-tracking-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
