承接 amabnl/amadeus-ws-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

amabnl/amadeus-ws-client

最新稳定版本:v2.3.2

Composer 安装命令:

composer require amabnl/amadeus-ws-client

包简介

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

README 文档

README

Latest Stable Version Code Coverage Scrutinizer Code Quality Style Status - PSR-2

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

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.

composer require amabnl/amadeus-ws-client

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Once the client is installed, read the About & Get Started page.

Release history

The current release is version 2.3.2.

See the Changelog.

Usage

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 :)

Support via PayPal

统计信息

  • 总下载量: 231.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 203
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 202
  • Watchers: 33
  • Forks: 198
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2016-01-27