PHPackages                             jadgray/full-time-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. jadgray/full-time-api

ActiveLibrary[API Development](/categories/api)

jadgray/full-time-api
=====================

A simple tool to help obtain fixture information from the FA Full-Time system.

2.0.0(1y ago)5100MITPHPPHP ^8.1

Since Jun 12Pushed 1y ago3 watchersCompare

[ Source](https://github.com/jadgray/FullTimeApi)[ Packagist](https://packagist.org/packages/jadgray/full-time-api)[ RSS](/packages/jadgray-full-time-api/feed)WikiDiscussions v2 Synced 3w ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

FullTimeApi
===========

[](#fulltimeapi)

[![PHP Unit Tests](https://github.com/jadgray/FullTimeApi/actions/workflows/phpunit.yml/badge.svg)](https://github.com/jadgray/FullTimeApi/actions/workflows/phpunit.yml)

A simple tool to help obtain fixture information from the FA Full-Time system.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1

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

[](#installation)

```
composer require jadgray/full-time-api

```

#### Basic information needed for a request

[](#basic-information-needed-for-a-request)

To obtain information from the Full-Time system you will need a Season ID and Group ID, these can be obtained by visiting your desired division you'd like to access and extracting these from the URL.

e.g. **selectedSeason=1234** &amp; **FixtureGroupKey=1\_234**

#### Get a team list

[](#get-a-team-list)

```
    use Jadgray\FullTimeApi\Division;

    $teams = (new Division())->getTeams(1234, '1_234');
```

[Example output](https://github.com/jadgray/FullTimeApi/blob/main/tests/Divsion/TeamTest.php#L41-L55)

#### Get unformatted fixtures

[](#get-unformatted-fixtures)

```
    use Jadgray\FullTimeApi\Division;

    $fixtures = (new Division())->getFixtures(1234, '1_234');
```

[Example output](https://github.com/jadgray/FullTimeApi/blob/main/tests/DataFormatters/FixtureFormatterTest.php#L26-L66)

#### Get formatted fixtures

[](#get-formatted-fixtures)

```
    use Jadgray\FullTimeApi\Division;

    $fixtures = (new Division())->getFormattedFixtures(1234, '1_234');
```

[Example output](https://github.com/jadgray/FullTimeApi/blob/main/tests/DataFormatters/FixtureFormatterTest.php#L71-L96)

#### Get unformatted results

[](#get-unformatted-results)

```
    use Jadgray\FullTimeApi\Division;

    $results = (new Division())->getResults(1234, '1_234');
```

[Example output](https://github.com/jadgray/FullTimeApi/blob/main/tests/DataFormatters/ResultFormatterTest.php#L26-L35)

#### Get formatted results

[](#get-formatted-results)

```
    use Jadgray\FullTimeApi\Division;

    $results = (new Division())->getFormattedResults(1234, '1_234');
```

[Example output](https://github.com/jadgray/FullTimeApi/blob/main/tests/DataFormatters/ResultFormatterTest.php#L40-L89)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~297 days

Total

4

Last Release

579d ago

Major Versions

v1.x-dev → 2.0.02024-09-05

PHP version history (2 changes)1.0.0PHP &gt;=7.2

2.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd2e3a24167f278baca82ebbbaf04349325d3047d3c3506d184c5b452d9a0295?d=identicon)[jadgray](/maintainers/jadgray)

---

Top Contributors

[![jadgray](https://avatars.githubusercontent.com/u/26045920?v=4)](https://github.com/jadgray "jadgray (22 commits)")

---

Tags

apifootballFootball AssociationFootball FixturesFootball Results

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jadgray-full-time-api/health.svg)

```
[![Health](https://phpackages.com/badges/jadgray-full-time-api/health.svg)](https://phpackages.com/packages/jadgray-full-time-api)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M916](/packages/statamic-cms)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[grazulex/laravel-apiroute

Complete API versioning lifecycle management for Laravel

10813.6k](/packages/grazulex-laravel-apiroute)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3673.7k2](/packages/specialtactics-l5-api)[ozankurt/google-analytics

Laravel Google Analytics

7517.0k](/packages/ozankurt-google-analytics)

PHPackages © 2026

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