PHPackages                             willemo/laravel-flightstats - 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. willemo/laravel-flightstats

AbandonedArchivedLibrary[API Development](/categories/api)

willemo/laravel-flightstats
===========================

Laravel service provider for the FlightStats API.

v0.0.5(8y ago)178MITPHPPHP &gt;=5.5

Since Aug 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/willemo/laravel-flightstats)[ Packagist](https://packagist.org/packages/willemo/laravel-flightstats)[ RSS](/packages/willemo-laravel-flightstats/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Laravel FlightStats
===================

[](#laravel-flightstats)

Laravel service provider for the FlightStats API.

This project is abandoned
-------------------------

[](#this-project-is-abandoned)

This project is no longer supported.

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

[](#installation)

Install the package using Composer:

```
composer.phar require willemo/laravel-flightstats

```

Then add the service provider and facade (optional) to your `config/app.php` file:

```
return [

    // Other config

    'providers' => [
        // Other providers
        Willemo\LaravelFlightStats\FlexServiceProvider::class,
    ],

    'aliases' => [
        // Other aliases
        'FlexClient' => Willemo\LaravelFlightStats\FlexFacade::class,
    ],

];
```

After this you'll have to run the command below to publish the config file:

```
php artisan vendor:publish --provider="Willemo\LaravelFlightStats\FlexServiceProvider"

```

Configuration
-------------

[](#configuration)

You can use the `config/flightstats.php` file to configure the FlexClient, but you can also store the application ID and key into your env variables. The latter is recommended.

```
FLIGHTSTATS_APP_ID=yourAppID
FLIGHTSTATS_APP_KEY=yourAppKey

```

Usage
-----

[](#usage)

You can use the facade to get the FlexClient and make requests to the FlightStats API:

```
$response = FlexClient::schedules()->getFlightByDepartureDate('AA', 100, Carbon\Carbon::parse('2017-09-05'), [
    // Optional query parameters
    'extendedOptions' => [
        'includeDeltas',
    ],
]);

$data = json_decode($response->getBody(), true);
```

Note
----

[](#note)

Copyright of the name FlightStats and its API belong to FlightStats.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3225d ago

### Community

Maintainers

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

---

Top Contributors

[![willemo](https://avatars.githubusercontent.com/u/177329?v=4)](https://github.com/willemo "willemo (2 commits)")

### Embed Badge

![Health badge](/badges/willemo-laravel-flightstats/health.svg)

```
[![Health](https://phpackages.com/badges/willemo-laravel-flightstats/health.svg)](https://phpackages.com/packages/willemo-laravel-flightstats)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k66](/packages/rapidez-core)

PHPackages © 2026

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