PHPackages                             raaquino/amadeus-sdk-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. raaquino/amadeus-sdk-php

ActiveLibrary

raaquino/amadeus-sdk-php
========================

Amadeus SDK for PHP - Use Amadeus Web Services in your PHP project

21372PHP

Since Jul 28Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Amadeus SDK for PHP - Version 1
===============================

[](#amadeus-sdk-for-php---version-1)

The **Amadeus SDK for PHP** makes it easy for developers to access Amadeus Self-Service APIs in their PHP code, and build travel applications using services like Air (Flight search and Inteliigence), Hotel (Hotel search and offers) and Destination(Poinst of interest). You can get started in minutes by installing the SDK through Composer or by downloading a single zip or phar file from our latest release.

Inspired by the simple API wrapper provided by dahabtours GmbH

Features
--------

[](#features)

- Provides easy-to-use HTTP clients for all supported Amadeus services and authentication protocol.
- Built on \[Guzzle\] and utilizes many of its features

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

[](#getting-started)

1. **Sign up for Amadeus** – Before you begin, you need to sign up for an Amadeus Developer Account and and set up your first application.
2. **Install the SDK** – Using \[Composer\] is the recommended way to install the Amadeus SDK for PHP. in the base directory of your project to add the SDK as a dependency: ```
    composer require raaquino/amadeus-sdk-php:dev-master

    ```

    Please see the \[Installation section of the User Guide\]\[docs-installation\] for more detailed information about installing the SDK through Composer and other means.

Quick Examples
--------------

[](#quick-examples)

### Create an Amadeus Hotel client

[](#create-an-amadeus-hotel-client)

```
