Skip to content

Releases: amadeus4dev-examples/amadeus-php

0.3.0

08 Aug 08:50
f7249b5
Compare
Choose a tag to compare

0.3.0 - 2022-08-05

Add support for the Travel Recommendations API

Add support for the Airport On-Time Performance API

Fix security vulnerabilities and reduce code smells based on the analysis result from Sonar Cloud.

Fix and improve documents including README.md, CONTRIBUTING.md, and composer.json.

Standardize code comments.

Generate Amadeus PHP SDK Docs

0.2.0

22 Jul 07:59
239955f
Compare
Choose a tag to compare

0.2.0 - 2022-07-21

Add support for the Flight Cheapest Dates Search API

Add support for the Airline Code Lookup API

Add support for the On-Demand Flight Status API

Add support for the Airport Nearest Relevant API

Add support for the Flight Delay Prediction API

Add support for the Travel Restrictions API

Add support for the Tour and Activities API

Add support for the Flight Inspiration Search API

Add support for the Hotel Ratings API

Add support for the Flight Choice Prediction API

Add support for the endpoint /reference-data/locations/{locationId} in the Airport & City Search API

Modify the way of calling /shopping/hotel-offers/{offerId} to $amadeus->getShopping().getHotelOffer("XXX")->get() in the Hotel Search API

Add support for initializing without variables, which supports Amadeus::builder()->build() if the environment variables AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET are present.

Add minimum logging & debugging feature, which supports to log AccessToken/Request/Response/ResponseException in the debug level.

Improve Test Line Coverage until 85%.

0.1.1

30 Jun 13:24
59046dd
Compare
Choose a tag to compare

No update, the purpose of releasing this version is to test the release process.

0.1.0

29 Jun 14:25
4e73bcb
Compare
Choose a tag to compare

The 0.1.0 version of the Amadeus for Developers PHP SDK:

Add support for the Flight Offers Search API

Add support for the Flight Offers Price API

Add support for the Flight Create Orders API

Add support for the Airport & City Search API

Add support for the Hotel Name Autocomplete API

Add support for the Hotel List API

Add support for the Hotel Search API

Add support for the Hotel Booking API

Add support for the Flight Availabilities Search API

Add support for the Airport Routes API