PHP code example of flight / aerodatabox

1. Go to this page and download the library: Download flight/aerodatabox 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/ */

    

flight / aerodatabox example snippets


Flight\Aerodatabox\Providers\AeroDataBoxServiceProvider::class,

RAPID_API_KEY="your rapid api key"
RAPID_API_HOST="api host" 
bash
$ php artisan vendor:publish --provider="Flight\Aerodatabox\Providers\AeroDataBoxServiceProvider"