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

ActiveLibrary

shabax/amadeus
==============

Laravel Library for Amadeus Self-Service Atravel APIs

17012PHP

Since Feb 16Pushed 6y agoCompare

[ Source](https://github.com/ShaBax/Amadeus)[ Packagist](https://packagist.org/packages/shabax/amadeus)[ RSS](/packages/shabax-amadeus/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Amadeus package for Laravel
===========================

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

Laravel package for Amadeus Self-Service Travel APIs

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

[](#install-with-composer)

```
composer require shabax/amadeus
```

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

[](#configuration)

```
  php artisan vendor:publish --provider='ShaBax\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 ShaBax\Amadeus\AmadeusProvider;`

#### Option 2

[](#option-2)

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

#### Now its Ready to use

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

```
    $params=new stdClass();
    $params->origin='MAD';
    $params->destination='PAR';
    $params->departureDate='2020-04-01';
    $params->returnDate='2020-04-15';
    $result = Amadeus::flightLowFareSearch($params);
```

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

Enjoy :)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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/8d88d2cc63d0b621ff00faf803150a607cc98ea1c8a1c3493b5f243794603f4f?d=identicon)[ShaBax](/maintainers/ShaBax)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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