PHPackages                             helious/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. helious/seat-tracking-api

ActiveLibrary[API Development](/categories/api)

helious/seat-tracking-api
=========================

5.0.1(2y ago)08551[1 PRs](https://github.com/mackenziexD/seat-tracking-api/pulls)PHP

Since Feb 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mackenziexD/seat-tracking-api)[ Packagist](https://packagist.org/packages/helious/seat-tracking-api)[ RSS](/packages/helious-seat-tracking-api/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (3)Versions (8)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

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

914d ago

Major Versions

1.0.3 → v4.x-dev2024-02-06

v4.x-dev → v5.x-dev2024-02-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1392645?v=4)[David Posey](/maintainers/Helious)[@helious](https://github.com/helious)

---

Top Contributors

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

---

Tags

heliousseat-tracking-api

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3618.3k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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