2017 © Pedro Peláez
 

library flight-stats-api

FlightStats API

image

lartie/flight-stats-api

FlightStats API

  • Thursday, November 24, 2016
  • by lartie
  • Repository
  • 1 Watchers
  • 3 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FlightStats API for Laravel

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock, (*1)

Package for flightstats.com, (*2)

Install

composer require "lartie/flight-stats-api"

Usage

Airports

  • array active($year = null, $month = null, $day = null, $params = [])
  • array all($params = [])
  • array fs($code, $params = [])
  • array iata($code, $year = null, $month = null, $day = null, $params = [])
  • array icao($code, $year = null, $month = null, $day = null, $params = [])

Airlines

  • array active($year = null, $month = null, $day = null, $params = [])
  • array all($params = [])
  • array airportCode($code, $year = null, $month = null, $day = null)
  • array cityCode($code, $params = [])
  • array countryCode($code, $params = [])
  • array fs($code, $params = [])
  • array iata($code, $year = null, $month = null, $day = null, $params = [])
  • array icao($code, $year = null, $month = null, $day = null, $params = [])
  • array withinRadius($longitude, $latitude, $radiusMiles, $params = [])

Alerts

  • array createFlightRuleByArrival($carrier, $flightNumber, $arrivalAirport, $year, $month, $day, $deliverTo, $type = 'json', $params = [])
  • array createFlightRuleByDeparture($carrier, $flightNumber, $departureAirport, $year, $month, $day, $deliverTo, $type = 'json', $params = [])
  • array createFlightRuleForRouteWithArrivalDate($carrier, $flightNumber, $departureAirport, $arrivalAirport, $year, $month, $day, $deliverTo, $type = 'json', $params = [])
  • array createFlightRuleForRouteWithDepartureDate($carrier, $flightNumber, $departureAirport, $arrivalAirport, $year, $month, $day, $deliverTo, $type = 'json', $params = [])
  • array delete($ruleId, $params = [])
  • array retrieve($ruleId, $params = [])
  • array list($lessThan = null, $params = [])
  • array test($carrier, $flightNumber, $departureAirport, $arrivalAirport, $deliverTo, $type = 'json', $params = [])

Equipment

  • array all($params = [])
  • array iata($code, $params = [])

FIDS

  • array arrivals($airport)
  • array departures($airport)

Schedules

  • array departingFrom($airport, $year, $month, $day, $hour, $params = [])
  • array arrivingTo($airport, $year, $month, $day, $hour, $params = [])

License

MIT, (*3)

The Versions

24/11 2016

dev-master

9999999-dev

FlightStats API

  Sources   Download

MIT

The Requires

  • php >=7.0.9

 

laravel api flight flightstats

19/11 2016

1

1.0.0.0

FlightStats API for Laravel

  Sources   Download

MIT

The Requires

 

laravel api flight flightstats