Stars: 172
Forks: 177
Pull Requests: 98
Issues: 364
Watchers: 32
Last Updated: 2023-01-20 06:22:55
PHP Amadeus SOAP Web Service client library
License: Apache License 2.0
Languages: PHP, XSLT
This client library provides access to the Amadeus GDS SOAP Web Service interface.
To use this client, you must first obtain your personal access to the Web Service interface through an Amadeus Sales channel of your choice.
The Amadeus documentation portal can be found at https://webservices.amadeus.com/
We currently support a full AIR booking flow with MasterPricer, including seat selection and ATC ticket changer flow, as well as a number of additional messages useful for automation. See the full list of supported messages here.
This library makes it a lot easier for developers to integrate content from the Amadeus Web Services into their projects. It takes care of:
Install amadeus-ws-client through Composer.
composer require amabnl/amadeus-ws-client
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Update composer to get the client:
composer update
Once the client is installed, read the About & Get Started page.
The current release is version 1.13.0.
See the Changelog.
See some example applications built with this library.
If you want to support development of this library or just buy me a beer, you can do so here :)