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 8mo 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 1mo ago

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

16

—

LowBetter than 5% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity13

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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