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

AbandonedArchivedLibrary

willemo/laravel-flightaware
===========================

Laravel service provider for the FlightAware FlightXML V3 API

v0.2.0(8y ago)046↓100%MITPHPPHP &gt;=5.4

Since Aug 16Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (12)Used By (0)

Laravel FlightAware
===================

[](#laravel-flightaware)

Laravel service provider for the FlightAware FlightXML V3 API.

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

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

This project is no longer supported.

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

[](#installation)

You can download this package with Composer:

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

```

After Composer is done downloading the package you'll have to add the service provider and facade to your `config/app.php` file:

```
return [

    // Other config

    'providers' => [
        // Other providers
        Willemo\LaravelFlightAware\FlightXMLServiceProvider::class,
    ],

    'aliases' => [
        // Other aliases
        'FlightXML' => Willemo\LaravelFlightAware\FlightXMLFacade::class,
    ],

];
```

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

```
php artisan vendor:publish --provider="Willemo\LaravelFlightAware\FlightXMLServiceProvider"

```

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

[](#configuration)

You can configure the package in the `config/flightxml.php` file. You'll have to add your username and API key from FlightAware to your environment with the following keys:

- `FLIGHTXML_USERNAME`
- `FLIGHTXML_API_KEY`

Usage
-----

[](#usage)

You can use the `FlightXML` facade to make calls to the FlightAware API. Right now the endpoints listed below are supported. The methods use the same arguments as the API reference lists. For more information about the endpoints, see the files in the `docs` folder.

- `FlightXML::getAirportInfo($airportCode);`
- `FlightXML::getFlightInfoStatus($ident, $options = []);`

Note
----

[](#note)

Copyright of the name FlightAware, FlightXML and its API belong to FlightAware.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

11

Last Release

3188d 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-flightaware/health.svg)

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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