This repo uses some Amadeus Self-Service APIs as examples to show how to make HTTP Requests in PHP.
The APIs used in this repo are:
The ways to make HTTP Requests used in this repo are:
- Use composer to install all the dependencies.
composer install
- Edit
.env
file and Replace theAPI_ID
ANDAPI_SECRET
by your Amadeus API ID and Secret. You can register your own account on https://developers.amadeus.com/
API_ID = REPLACE_BY_YOUR_ID
API_SECRET = REPLACE_BY_YOUR_SECRET