{"id":33951776,"url":"https://github.com/amabnl/amadeus-ws-client","last_synced_at":"2026-04-06T07:01:39.727Z","repository":{"id":3323342,"uuid":"49078536","full_name":"amabnl/amadeus-ws-client","owner":"amabnl","description":"PHP Amadeus SOAP Web Service client library","archived":false,"fork":false,"pushed_at":"2026-02-04T10:39:56.000Z","size":3416,"stargazers_count":203,"open_issues_count":46,"forks_count":200,"subscribers_count":33,"default_branch":"master","last_synced_at":"2026-03-09T16:58:02.414Z","etag":null,"topics":["amadeus","client","gds","php","soap","webservices","wsdl"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amabnl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-01-05T16:38:22.000Z","updated_at":"2026-03-08T07:28:46.000Z","dependencies_parsed_at":"2024-01-13T04:12:04.610Z","dependency_job_id":"4d3afcbd-3507-43a7-b535-381a40d4dcb0","html_url":"https://github.com/amabnl/amadeus-ws-client","commit_stats":{"total_commits":591,"total_committers":27,"mean_commits":21.88888888888889,"dds":"0.42470389170896783","last_synced_commit":"effd95d730d62e491552aeb749472fe59abaf7b3"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/amabnl/amadeus-ws-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amabnl%2Famadeus-ws-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amabnl%2Famadeus-ws-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amabnl%2Famadeus-ws-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amabnl%2Famadeus-ws-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amabnl","download_url":"https://codeload.github.com/amabnl/amadeus-ws-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amabnl%2Famadeus-ws-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amadeus","client","gds","php","soap","webservices","wsdl"],"created_at":"2025-12-12T19:06:11.372Z","updated_at":"2026-04-06T07:01:39.720Z","avatar_url":"https://github.com/amabnl.png","language":"PHP","readme":"# amadeus-ws-client: PHP client for the Amadeus GDS SOAP Web Service interface\n\n[![Latest Stable Version](https://poser.pugx.org/amabnl/amadeus-ws-client/v/stable)](https://packagist.org/packages/amabnl/amadeus-ws-client) [![Code Coverage](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/amabnl/amadeus-ws-client/?branch=master) [![Style Status - PSR-2](https://styleci.io/repos/49078536/shield?branch=master)](https://styleci.io/repos/49078536)\n\nThis client library provides access to the Amadeus GDS SOAP Web Service interface. \n\nTo use this client, you must first obtain your personal access to the Web Service interface through an Amadeus Sales channel of your choice.\n\nThe Amadeus documentation portal can be found at https://webservices.amadeus.com/\n \n![](http://i.imgur.com/7ZcCgnj.jpg)\n\nWe 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).\n\n# Purpose\n\nThis library makes it a lot easier for developers to integrate content from the Amadeus Web Services into their projects. It takes care of:\n\n- Session management - setting the correct SOAP headers both for Soap Header 2 and 4.\n- Supports all features of Soap Header 4 such as Stateful and Stateless messages.\n- Building the correct request message based on the provided options: the library tries to simplify overly complex request structures where possible.\n- Handling exceptions and checking for error messages in the response.\n- Dealing with different versions of messages.\n- Dealing with multiple WSDL files in a WSAP.\n\n# Requirements\n\n## v2\n\n* PHP 8.1 or newer\n* SOAP, XSL and DOM extensions activated\n* A WSDL \u0026 authentication details from Amadeus _(SoapHeader 4 or SoapHeader 2)_\n\n## v1\n\n* PHP 5.4 or newer _(tested with 5.4 -\u003e 7.3)_\n* SOAP, XSL and DOM extensions activated\n* A WSDL \u0026 authentication details from Amadeus _(SoapHeader 4 or SoapHeader 2)_\n\n# Installation\n\nInstall amadeus-ws-client through [Composer](http://getcomposer.org).\n\n```bash\ncomposer require amabnl/amadeus-ws-client\n```\n\nAfter installing, you need to require Composer's autoloader:\n\n```php\nrequire 'vendor/autoload.php';\n```\n\nOnce the client is installed, read the [About \u0026amp; Get Started](docs/about-get-started.rst) page.\n\n# Release history\n\nThe current release is version 2.3.2.\n\nSee the [Changelog](CHANGELOG.md).\n\n# Usage\n\n- [About \u0026amp; Get Started](docs/about-get-started.rst)\n- [List of supported messages](docs/list-of-supported-messages.rst)\n- [How to](docs/how-to.rst)\n- [Examples for sending specific messages](docs/samples.rst)\n\n---------------------------------------\n\n\nSee some [example applications](docs/sample-applications.rst) built with this library.\n\n# Donate\n\nIf you want to support development of this library or just buy me a beer, you can do so here :)\n\n[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/dermikabe)\n","funding_links":["https://www.paypal.me/dermikabe"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famabnl%2Famadeus-ws-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famabnl%2Famadeus-ws-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famabnl%2Famadeus-ws-client/lists"}