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

ActivePackage

amadeusnonymous/amadeus
=======================

Amadeus Package Form Laravel

21072PHP

Since Jul 12Pushed 8y ago3 watchersCompare

[ Source](https://github.com/arabnewscms/AmadeusNonymous)[ Packagist](https://packagist.org/packages/amadeusnonymous/amadeus)[ RSS](/packages/amadeusnonymous-amadeus/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Amadeus Package
======================

[](#simple-amadeus-package)

A Simple Amadeus To Get Information Hotels And Rental Cars By Amadeus.com. Creation and development By PhpAnonymous ( phpanonymous.com )

Laravel Version 5 and Above

\##Install with Composer

```
composer require AmadeusNonymous/Amadeus:dev-master
```

Provider Class
==============

[](#provider-class)

put on your `config/app.php` in provider array this class

```
  AmadeusNonymous\Amadeus\AmadeusProvider::class,

```

\#Aliases add this in aliases array

```
'Amadeus' => AmadeusNonymous\Amadeus\Amadeus::class,
```

\#publish with composer run this command `php artisan vendor:publish `

now you can check this file amadeus.php on config path

\#usage

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

```
 /*
   $data = [
   'origin'=>'NYC',
   'destination'=>'LAX',
   'departure_date'=>'2017-07-12--2017-07-26',
   'one-way'=>'false',
   'duration'=>1,
   'direct'=>'false',
   'max_price'=>'100',
   'aggregation_mode'=>'DAY',
  ];
  $flights1 = Amadeus::make($data,'flights/inspiration-search');
  */

  /*
  $data = [
   'origin'=>'NYC',
   'origin'=>'AFB',
   'destination'=>'LON',
   'departure_date'=>'2017-07-12--2017-07-26',
   'one-way'=>'false',
   'duration'=>1,
   'direct'=>'false',
   'max_price'=>'100',
   'officeId'=>'xxxxxxxxx',
   'aggregation_mode'=>'DAY',
  ];
  $flights = Amadeus::make($data,'flights/extensive-search');
  */

 /*
  $data = [
   'origin'=>'BER',
   'destination'=>'LON',
   'departure_date'=>'2017-08-25',
   'return_date'=>'2017-08-28',
   'arrive_by'=>'2017-08-25T16:00',
   'return_by'=>'2017-08-28T16:00',
   'adults'=>'1',
   'children'=>'1',
   'infants'=>'0',
   'include_airlines'=>'',
   'exclude_airlines'=>'',
   'nonstop'=>'false',
   'one-way'=>'false',
   'duration'=>1,
   'max_price'=>980,
   'currency'=>'USD',
   'travel_class'=>'ECONOMY',
   'number_of_results'=>'ECONOMY',
  ];

  $flights = Amadeus::make($data,'flights/low-fare-search');
 */
/*
  $data = [
   'location'=>'BOS',
   'check_in'=>'2017-07-12',
   'check_out'=>'2017-07-16',
   'radius'=>'42',
   'lang'=>'EN',
   'currency'=>'USD',
   //'chain'=>'6C',
   'max_rate'=>'500',
   'number_of_results'=>'5',
   'all_rooms'=>'false',
   'show_sold_out'=>'false',

   ];
   $flights = Amadeus::make($data,'hotels/search-airport','GET');
  */

   /*
  $data = [
   'location'=>'BOS',
   'check_in'=>'2017-07-12',
   'check_out'=>'2017-07-16',
   'lang'=>'EN',
   'currency'=>'USD',
   //'chain'=>'6C',
   'max_rate'=>'500',
   'number_of_results'=>'5',
   'all_rooms'=>'false',
   'show_sold_out'=>'false',
   'latitude'=>'36.0857',
   'longitude'=>'-115.1541',
   'radius'=>'42',
   ];
   return Amadeus::make($data,'hotels/search-circle','GET');
   */

   /*
   $data = [
   'south_west_corner'=>'38.8675,-77.1457',
   'north_east_corner'=>'38.9072,-77.0632',
   'check_in'=>'2017-07-12',
   'check_out'=>'2017-07-16',
   'destination'=>'CAI',
   'one-way'=>'true',
  // 'duration'=>1,
   'direct'=>'false',
   'max_price'=>'500',
  ];
   return dd(Amadeus::make($data,'hotels/search-box','GET'));
   */
```

if you have any questions about this package join us on group facebook ()

Enjoy :)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/4e69eb26372ee1008cb285858b579b1162bde21b3c6af6bc5e73505eb8ae89d5?d=identicon)[PhpAnonymous](/maintainers/PhpAnonymous)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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