flight / aerodatabox
There is no license information available for the latest version (1.1.0) of this package.
This is flight api package
1.1.0
2023-03-27 07:21 UTC
Requires
- guzzlehttp/guzzle: ^7.0.1
This package is auto-updated.
Last update: 2025-02-27 12:24:47 UTC
README
Installation
Require this package, with Composer, in the root directory of your project.
$ composer require flight/aerodatabox
Add the service provider to config/app.php
in the providers
array.
Flight\Aerodatabox\Providers\AeroDataBoxServiceProvider::class,
Configuration
Laravel requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="Flight\Aerodatabox\Providers\AeroDataBoxServiceProvider"
You are free to change the configuration file as needed, but the default expected values are below in .env file:
RAPID_API_KEY="your rapid api key" RAPID_API_HOST="api host"
Run APIs on Postman
import postman collection via link and run APIs
https://api.postman.com/collections/22576705-2c3f6c12-c357-454c-bddd-d2796ab0bfab?access_key=PMAT-01GWH1741MPHHS3AZP2H4R4RXK