Download the PHP package darkmatus/amadeus-ws-client without Composer
On this page you can find all versions of the php package darkmatus/amadeus-ws-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download darkmatus/amadeus-ws-client
More information about darkmatus/amadeus-ws-client
Files in darkmatus/amadeus-ws-client
Package amadeus-ws-client
Short Description SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface
License Apache-2.0
Homepage https://github.com/amabnl/amadeus-ws-client
Informations about the package amadeus-ws-client
amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface
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.
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
- 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.
After installing, you need to require Composer's autoloader:
Update composer to get the client:
Once the client is installed, read the About & Get Started page.
Release history
The current release is version 1.13.0.
See the Changelog.
Usage
- About & Get Started
- List of supported messages
- How to
- Examples for sending specific messages
See some example applications 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 :)
All versions of amadeus-ws-client with dependencies
ext-soap Version *
ext-dom Version *
ext-xsl Version *
psr/log Version ^1.0