Download the PHP package gvozdb/flightstats-api without Composer
On this page you can find all versions of the php package gvozdb/flightstats-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gvozdb/flightstats-api
More information about gvozdb/flightstats-api
Files in gvozdb/flightstats-api
Package flightstats-api
Short Description PHP client for the FlightStats API
License MIT
Informations about the package flightstats-api
FlightStats
PHP client for the FlightStats API.
Installation
Use Composer to install this package:
Usage
Create a new Gvozdb\FlightStatsApi\FlexClient
and use that to make requests to the FlightStats API:
Available APIs
The following FlightStats APIs are currently available:
Flight Status API
Flight Status API documentation
getFlightStatusById
Get the flight status from a flight associated with provided Flight ID.
getFlightStatusByArrivalDate
Get the flight status from a flight that's arriving on the given date.
getFlightStatusByDepartureDate
Get the flight status from a flight that's departing on the given date.
Airport Status API
Airport Status API documentation
getAirportStatusByArrivalDate
Get the airport status from a flight that's arriving on the given date and hour of day.
getAirportStatusByDepartureDate
Get the airport status from a flight that's departing on the given date and hour of day.
Schedules API
getFlightByArrivalDate
getFlightByDepartureDate
Note
Copyright of the name FlightStats and its API belong to FlightStats.
All versions of flightstats-api with dependencies
guzzlehttp/guzzle Version ~6.0
symfony/options-resolver Version ^3.3
tightenco/collect Version ^5.6