PHP code example of lartie / flight-stats-api

1. Go to this page and download the library: Download lartie/flight-stats-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

lartie / flight-stats-api example snippets

 array active($year = null, $month = null, $day = null, $params = [])
 array iata($code, $year = null, $month = null, $day = null, $params = [])
 array icao($code, $year = null, $month = null, $day = null, $params = [])
 array active($year = null, $month = null, $day = null, $params = [])
 array airportCode($code, $year = null, $month = null, $day = null)
 array iata($code, $year = null, $month = null, $day = null, $params = [])
 array icao($code, $year = null, $month = null, $day = null, $params = [])
 array list($lessThan = null, $params = [])
 array arrivals($airport)
 array departures($airport)