2017 © Pedro Peláez
 

library laravel-flightaware

Laravel service provider for the FlightAware FlightXML V3 API

image

willemo/laravel-flightaware

Laravel service provider for the FlightAware FlightXML V3 API

  • Friday, August 18, 2017
  • by willemo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 40 % Grown

The README.md

Laravel FlightAware

Laravel service provider for the FlightAware FlightXML V3 API., (*1)

This project is abandoned

This project is no longer supported., (*2)

Installation

You can download this package with Composer:, (*3)

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:, (*4)

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:, (*5)

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

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:, (*6)

  • FLIGHTXML_USERNAME
  • FLIGHTXML_API_KEY

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., (*7)

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

Note

Copyright of the name FlightAware, FlightXML and its API belong to FlightAware., (*8)

The Versions

18/08 2017

dev-master

9999999-dev

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

18/08 2017

v0.2.0

0.2.0.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

18/08 2017

v0.1.1

0.1.1.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

18/08 2017

v0.1.0

0.1.0.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

18/08 2017

v0.0.8

0.0.8.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.7

0.0.7.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.6

0.0.6.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.5

0.0.5.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.4

0.0.4.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.3

0.0.3.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

17/08 2017

v0.0.2

0.0.2.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

16/08 2017

v0.0.1

0.0.1.0

Laravel service provider for the FlightAware FlightXML V3 API

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp