PHPackages                             amadeus4dev/amadeus-php - 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. [API Development](/categories/api)
4. /
5. amadeus4dev/amadeus-php

ActiveLibrary[API Development](/categories/api)

amadeus4dev/amadeus-php
=======================

PHP library for the Amadeus Self-Service APIs

0.3.0(3y ago)1757.2k↓17.8%13[3 issues](https://github.com/amadeus4dev-examples/amadeus-php/issues)[2 PRs](https://github.com/amadeus4dev-examples/amadeus-php/pulls)MITPHPPHP &gt;=7.4.0

Since Jun 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/amadeus4dev-examples/amadeus-php)[ Packagist](https://packagist.org/packages/amadeus4dev/amadeus-php)[ RSS](/packages/amadeus4dev-amadeus-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Amadeus PHP SDK
===============

[](#amadeus-php-sdk)

[![Tests](https://github.com/amadeus4dev/amadeus-php/actions/workflows/build.yml/badge.svg)](https://github.com/amadeus4dev/amadeus-php/actions/workflows/build.yml)[![Packagist](https://camo.githubusercontent.com/b093ce91c5364e33aed5be8434d9b57de08ef9fa97d75b7514378711152dd1a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d6164657573346465762f616d61646575732d7068702e737667)](https://packagist.org/packages/amadeus4dev/amadeus-php)[![Packagist](https://camo.githubusercontent.com/ff7abad87ea72b1b4a858bcf5c27046c8b12cafd493d38d82e3e01fde2f40646/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6164657573346465762f616d61646575732d7068702e737667)](https://packagist.org/packages/amadeus4dev/amadeus-php)[![Discord](https://camo.githubusercontent.com/de1b3c0eeb40630e9feae4a6e8e3afda03154524e010a8974a3f3c9e3ff0f635/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3639363832323936303032333031313332393f6c6162656c3d266c6f676f3d646973636f7264266c6f676f436f6c6f723d66666666666626636f6c6f723d373338394438266c6162656c436f6c6f723d364137454332)](https://discord.gg/cVrFBqx)

Amadeus provides a rich set of APIs for the travel industry. For more details, check out the [Amadeus for Developers Portal](https://developers.amadeus.com).

⚠️ Important message ⚠️
-----------------------

[](#warning-important-message-warning)

❗ This SDK is maintained **by the developer community only**. The Amadeus for Developers team doesn't support or maintain it. ❗

Jump To:

- [Installation](#Installation)
- [Getting Started](#Getting-Started)
- [Initialization](#Initialization)
- [Using SSL Certificate](#Using-SSL-Certificate)
- [Documentation](#Documentation)
- [Making API Calls](#Making-API-Calls)
- [Response](#Response)
- [Logging and Debugging](#Logging-and-Debugging)
- [List of Supported Endpoints](#List-of-Supported-Endpoints)
- [Development and Contributing](#Development-and-Contributing)
- [Getting Help](#Getting-Help)

Installation
------------

[](#installation)

This library requires PHP 7.4+. You can install the SDK via [Composer](https://getcomposer.org/)

```
composer require amadeus4dev/amadeus-php

```

Getting Started
---------------

[](#getting-started)

To make your first API call you will need to [register for an Amadeus Developer Account](https://developers.amadeus.com/create-account) and set up your first application.

```
