PHPackages                             santosdave/amadeus - 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. santosdave/amadeus

ActiveLibrary

santosdave/amadeus
==================

Laravel Library for Amadeus Self-Service Atravel APIs

052PHP

Since Jul 12Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Amadeus Self-Service package for Laravel
========================================

[](#amadeus-self-service-package-for-laravel)

Laravel package for Amadeus Self-Service Travel APIs

Install with Composer
---------------------

[](#install-with-composer)

```
composer require santosdave/amadeus
```

Configuration
=============

[](#configuration)

```
  php artisan vendor:publish --provider='Santosdave\Amadeus\AmadeusProvider'
```

you will see `config/amadeus.php`. Replace the credentials

How to use
==========

[](#how-to-use)

#### Option 1

[](#option-1)

You can import in your required class by using ` use Santosdave\Amadeus\AmadeusProvider;`

#### Option 2

[](#option-2)

Add Amadeus in aliases under `config/app.php` file. `'Amadeus'=> Santosdave\Amadeus\Amadeus::class' `

#### Now its Ready to use

[](#now-its-ready-to-use)

```
  $params = new stdClass();
  $params->originLocationCode = $request['originLocationCode'];
  $params->destinationLocationCode = $request['destinationLocationCode'];
  $params->departureDate = $request['departureDate'];
  $params->returnDate = $request['returnDate'];
  $params->adults = $request['adults'];
  $params->children = $request['children'];
  $params->infants = $request['infants'];
  $params->max = $request['max'];
  $params->currencyCode = $request['currencyCode'];
  $params->travelClass = $request['travelClass'];
  $result = Amadeus::flightOffersSearch($params);
```

you can use The Amadeus Class anywhere you want it , in Controller or Blade File

Enjoy :)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c58a87513095fe0454c5dd566a2a18cf274ec91c3d4de92fb0854f863d84da9e?d=identicon)[santodave86](/maintainers/santodave86)

---

Top Contributors

[![santosdave](https://avatars.githubusercontent.com/u/51959957?v=4)](https://github.com/santosdave "santosdave (4 commits)")

### Embed Badge

![Health badge](/badges/santosdave-amadeus/health.svg)

```
[![Health](https://phpackages.com/badges/santosdave-amadeus/health.svg)](https://phpackages.com/packages/santosdave-amadeus)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
