PHPackages                             kozhindev/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. kozhindev/amadeus-ws-client

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

kozhindev/amadeus-ws-client
===========================

Fork of 'amabnl/amadeus-ws-client'. SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

2.6.9(8y ago)099Apache-2.0PHPPHP &gt;=5.4

Since Sep 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kozhindev/amadeus-ws-client)[ Packagist](https://packagist.org/packages/kozhindev/amadeus-ws-client)[ Docs](https://github.com/kozhindev/amadeus-ws-client)[ RSS](/packages/kozhindev-amadeus-ws-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (32)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+
- 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.5.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.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 92.5% 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 ~23 days

Total

27

Last Release

2954d ago

Major Versions

v1.5.0 → v2.0.02017-12-20

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

v1.5.0PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1cfc326ea000eaf99fed79bb85a9acb8396f1aabd368e8d09b517780916a331?d=identicon)[kozhindev](/maintainers/kozhindev)

![](https://www.gravatar.com/avatar/78d85527d1a7d0790f2cba7e878c250981b227a07390560db8d96f597da2d079?d=identicon)[perlexed](/maintainers/perlexed)

---

Top Contributors

[![DerMika](https://avatars.githubusercontent.com/u/2979463?v=4)](https://github.com/DerMika "DerMika (447 commits)")[![bimusiek](https://avatars.githubusercontent.com/u/1025588?v=4)](https://github.com/bimusiek "bimusiek (13 commits)")[![perlexed](https://avatars.githubusercontent.com/u/1930759?v=4)](https://github.com/perlexed "perlexed (11 commits)")[![affka](https://avatars.githubusercontent.com/u/2149317?v=4)](https://github.com/affka "affka (5 commits)")[![z0rnord](https://avatars.githubusercontent.com/u/36837555?v=4)](https://github.com/z0rnord "z0rnord (4 commits)")[![FarahHourani](https://avatars.githubusercontent.com/u/30567382?v=4)](https://github.com/FarahHourani "FarahHourani (1 commits)")[![smgladkovskiy](https://avatars.githubusercontent.com/u/128070?v=4)](https://github.com/smgladkovskiy "smgladkovskiy (1 commits)")[![amadeusbenelux](https://avatars.githubusercontent.com/u/17888769?v=4)](https://github.com/amadeusbenelux "amadeusbenelux (1 commits)")

---

Tags

clientxmlservicesoapwebservicewsdlrentaloffercarbookingtravelamadeushotelgdsairlinemasterpricercruise

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[amabnl/amadeus-ws-client

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

207261.5k](/packages/amabnl-amadeus-ws-client)[wikimedia/parsoid

Parsoid, a bidirectional parser between wikitext and HTML5

186545.9k2](/packages/wikimedia-parsoid)[goetas-webservices/wsdl-reader

Pure PHP WSDL parser

10350.8k7](/packages/goetas-webservices-wsdl-reader)[camcima/camcima-soap-client

Wrapper around PHP SoapClient class

2672.5k2](/packages/camcima-camcima-soap-client)[friendsofcxml/cxml-php

PHP Implementation of cXML Standard

16131.4k7](/packages/friendsofcxml-cxml-php)

PHPackages © 2026

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