PHPackages                             darkmatus/amadeus-ws-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. darkmatus/amadeus-ws-client

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

darkmatus/amadeus-ws-client
===========================

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

v1.8.1(3mo ago)0199Apache-2.0PHPPHP &gt;=8.3

Since Sep 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/darkmatus/amadeus-ws-client)[ Packagist](https://packagist.org/packages/darkmatus/amadeus-ws-client)[ Docs](https://github.com/amabnl/amadeus-ws-client)[ RSS](/packages/darkmatus-amadeus-ws-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (23)Used By (0)

amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface
============================================================================

[](#amadeus-ws-client-php-client-for-the-amadeus-gds-soap-web-service-interface)

[![Latest Stable Version](https://camo.githubusercontent.com/90b233729dacf1ba7734f14380d81dd61d939e9122e95188c1e63e4420506a09/68747470733a2f2f706f7365722e707567782e6f72672f616d61626e6c2f616d61646575732d77732d636c69656e742f762f737461626c65)](https://packagist.org/packages/amabnl/amadeus-ws-client) [![Build Status](https://camo.githubusercontent.com/57d75f69b5a962dc1b710f89bebddd43b9c1aeb2c36f40e63dab0419a0a7c038/68747470733a2f2f7472617669732d63692e6f72672f616d61626e6c2f616d61646575732d77732d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/amabnl/amadeus-ws-client) [![Coverage Status](https://camo.githubusercontent.com/54eb49fcb3915a71f16b538dcd1ebbdf57ec8bbf9cbf6c7474212fc3114f6482/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616d61626e6c2f616d61646575732d77732d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/amabnl/amadeus-ws-client?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/0883035f875b092dd34ebc753b917c67e20d4faf9bac9eb0ca74ac417f993127/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616d61626e6c2f616d61646575732d77732d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/?branch=master) [![Style Status - PSR-2](https://camo.githubusercontent.com/cb6f8afb1b5c0e4d60719a4aa9e583e5d03eef8672bcbf0751bcb97001e2ba23/68747470733a2f2f7374796c6563692e696f2f7265706f732f34393037383533362f736869656c643f6272616e63683d6d6173746572)](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://camo.githubusercontent.com/c5f82b10efd0e0bc88718ebca74756715b24014d87dc5f01124a30bbc60cee2d/687474703a2f2f692e696d6775722e636f6d2f375a6343676e6a2e6a7067)](https://camo.githubusercontent.com/c5f82b10efd0e0bc88718ebca74756715b24014d87dc5f01124a30bbc60cee2d/687474703a2f2f692e696d6775722e636f6d2f375a6343676e6a2e6a7067)

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
=======

[](#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
============

[](#requirements)

- PHP 5.4 or newer *(tested with 5.4 -&gt; 7.3)*
- SOAP, XSL and DOM extensions activated
- A WSDL &amp; authentication details from Amadeus *(SoapHeader 4 or SoapHeader 2)*

Installation
============

[](#installation)

Install amadeus-ws-client through [Composer](http://getcomposer.org).

```
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 &amp; Get Started](docs/about-get-started.rst) page.

Release history
===============

[](#release-history)

The current release is version 1.13.0.

See the [Changelog](CHANGELOG.md).

Usage
=====

[](#usage)

- [About &amp; 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
======

[](#donate)

If you want to support development of this library or just buy me a beer, you can do so here :)

[![Support via PayPal](https://camo.githubusercontent.com/ab5313818d2a5fd84045bba34cd5e220642f96c1b8cd863a240fc6a181d557c2/68747470733a2f2f63646e2e7261776769742e636f6d2f74776f6c66736f6e2f70617970616c2d6769746875622d627574746f6e2f312e302e302f646973742f627574746f6e2e737667)](https://www.paypal.me/dermikabe)

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance85

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 82.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~189 days

Recently: every ~347 days

Total

19

Last Release

107d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.4.11

v1.5.0PHP &gt;=5.4

v1.8.1PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/59c813eeb0b57a907699a276db66516019115bede29bc638ea10bdcc771643a3?d=identicon)[Darkmatus](/maintainers/Darkmatus)

---

Top Contributors

[![DerMika](https://avatars.githubusercontent.com/u/2979463?v=4)](https://github.com/DerMika "DerMika (521 commits)")[![bimusiek](https://avatars.githubusercontent.com/u/1025588?v=4)](https://github.com/bimusiek "bimusiek (46 commits)")[![therealartz](https://avatars.githubusercontent.com/u/21292595?v=4)](https://github.com/therealartz "therealartz (31 commits)")[![darkmatus](https://avatars.githubusercontent.com/u/2587708?v=4)](https://github.com/darkmatus "darkmatus (9 commits)")[![karmarmar](https://avatars.githubusercontent.com/u/47656456?v=4)](https://github.com/karmarmar "karmarmar (4 commits)")[![poltaev1993](https://avatars.githubusercontent.com/u/8044088?v=4)](https://github.com/poltaev1993 "poltaev1993 (3 commits)")[![mlamm](https://avatars.githubusercontent.com/u/3897802?v=4)](https://github.com/mlamm "mlamm (2 commits)")[![gregsparrow](https://avatars.githubusercontent.com/u/1705888?v=4)](https://github.com/gregsparrow "gregsparrow (2 commits)")[![arosha445](https://avatars.githubusercontent.com/u/30389493?v=4)](https://github.com/arosha445 "arosha445 (2 commits)")[![smgladkovskiy](https://avatars.githubusercontent.com/u/128070?v=4)](https://github.com/smgladkovskiy "smgladkovskiy (1 commits)")[![spmsupun](https://avatars.githubusercontent.com/u/1854023?v=4)](https://github.com/spmsupun "spmsupun (1 commits)")[![tsari](https://avatars.githubusercontent.com/u/2026482?v=4)](https://github.com/tsari "tsari (1 commits)")[![vallerion](https://avatars.githubusercontent.com/u/16211947?v=4)](https://github.com/vallerion "vallerion (1 commits)")[![amadeusbenelux](https://avatars.githubusercontent.com/u/17888769?v=4)](https://github.com/amadeusbenelux "amadeusbenelux (1 commits)")[![zervel](https://avatars.githubusercontent.com/u/1784678?v=4)](https://github.com/zervel "zervel (1 commits)")[![arvind-pandey](https://avatars.githubusercontent.com/u/40858867?v=4)](https://github.com/arvind-pandey "arvind-pandey (1 commits)")[![baraayyash](https://avatars.githubusercontent.com/u/12826840?v=4)](https://github.com/baraayyash "baraayyash (1 commits)")[![FarahHourani](https://avatars.githubusercontent.com/u/30567382?v=4)](https://github.com/FarahHourani "FarahHourani (1 commits)")[![gabrieleleo](https://avatars.githubusercontent.com/u/41335720?v=4)](https://github.com/gabrieleleo "gabrieleleo (1 commits)")[![invia-martin](https://avatars.githubusercontent.com/u/39949422?v=4)](https://github.com/invia-martin "invia-martin (1 commits)")

---

Tags

clientxmlservicesoapwebservicewsdlrentaloffercarbookingtravelamadeushotelgdsairlinemasterpricer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darkmatus-amadeus-ws-client/health.svg)

```
[![Health](https://phpackages.com/badges/darkmatus-amadeus-ws-client/health.svg)](https://phpackages.com/packages/darkmatus-amadeus-ws-client)
```

###  Alternatives

[amabnl/amadeus-ws-client

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

204248.5k](/packages/amabnl-amadeus-ws-client)[goetas-webservices/wsdl-reader

Pure PHP WSDL parser

10349.9k6](/packages/goetas-webservices-wsdl-reader)[m1/vars

Vars is a simple to use and easily extendable configuration loader with in built loaders for ini, json, PHP, toml, XML and yaml/yml file types. It also comes with in built support for Silex and more frameworks to come soon.

69124.2k1](/packages/m1-vars)[camcima/camcima-soap-client

Wrapper around PHP SoapClient class

2672.0k2](/packages/camcima-camcima-soap-client)[clue/soap-react

Simple, async SOAP webservice client library, built on top of ReactPHP

64118.0k1](/packages/clue-soap-react)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
