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. [API Development](/categories/api)
4. /
5. willemo/laravel-flightaware

AbandonedArchivedLibrary[API Development](/categories/api)

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

Laravel service provider for the FlightAware FlightXML V3 API

v0.2.0(8y ago)046MITPHPPHP &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 3w 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 36% 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

3234d 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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[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)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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