https://github.com/amabnl/amadeus-ws-client
PHP Amadeus SOAP Web Service client library
https://github.com/amabnl/amadeus-ws-client
amadeus client gds php soap webservices wsdl
Last synced: 6 days ago
JSON representation
PHP Amadeus SOAP Web Service client library
- Host: GitHub
- URL: https://github.com/amabnl/amadeus-ws-client
- Owner: amabnl
- License: apache-2.0
- Created: 2016-01-05T16:38:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T10:39:56.000Z (2 months ago)
- Last Synced: 2026-03-09T16:58:02.414Z (about 1 month ago)
- Topics: amadeus, client, gds, php, soap, webservices, wsdl
- Language: PHP
- Size: 3.26 MB
- Stars: 203
- Watchers: 33
- Forks: 200
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface
[](https://packagist.org/packages/amabnl/amadeus-ws-client) [](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/?branch=master) [](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/?branch=master) [](https://styleci.io/repos/49078536)
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](docs/list-of-supported-messages.rst).
# Purpose
This library makes it a lot easier for developers to integrate content from the Amadeus Web Services into their projects. It takes care of:
- Session management - setting the correct SOAP headers both for Soap Header 2 and 4.
- Supports all features of Soap Header 4 such as Stateful and Stateless messages.
- Building the correct request message based on the provided options: the library tries to simplify overly complex request structures where possible.
- Handling exceptions and checking for error messages in the response.
- Dealing with different versions of messages.
- Dealing with multiple WSDL files in a WSAP.
# Requirements
## v2
* PHP 8.1 or newer
* SOAP, XSL and DOM extensions activated
* A WSDL & authentication details from Amadeus _(SoapHeader 4 or SoapHeader 2)_
## v1
* PHP 5.4 or newer _(tested with 5.4 -> 7.3)_
* SOAP, XSL and DOM extensions activated
* A WSDL & authentication details from Amadeus _(SoapHeader 4 or SoapHeader 2)_
# Installation
Install amadeus-ws-client through [Composer](http://getcomposer.org).
```bash
composer require amabnl/amadeus-ws-client
```
After installing, you need to require Composer's autoloader:
```php
require 'vendor/autoload.php';
```
Once the client is installed, read the [About & Get Started](docs/about-get-started.rst) page.
# Release history
The current release is version 2.3.2.
See the [Changelog](CHANGELOG.md).
# Usage
- [About & Get Started](docs/about-get-started.rst)
- [List of supported messages](docs/list-of-supported-messages.rst)
- [How to](docs/how-to.rst)
- [Examples for sending specific messages](docs/samples.rst)
---------------------------------------
See some [example applications](docs/sample-applications.rst) built with this library.
# Donate
If you want to support development of this library or just buy me a beer, you can do so here :)
[](https://www.paypal.me/dermikabe)