PHPackages                             galiasay/laravel-expedia - 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. galiasay/laravel-expedia

ActiveLibrary[API Development](/categories/api)

galiasay/laravel-expedia
========================

Expedia API for Laravel 5

0.0.1(8y ago)196[1 issues](https://github.com/galiasay/laravel-expedia/issues)MITPHP

Since May 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/galiasay/laravel-expedia)[ Packagist](https://packagist.org/packages/galiasay/laravel-expedia)[ RSS](/packages/galiasay-laravel-expedia/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Expedia API for Laravel 5
=========================

[](#expedia-api-for-laravel-5)

This is a simple Laravel Service Provider providing access to the [Expedia API](http://developer.ean.com/).

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

[](#installation)

Add the package in your composer.json by executing the command.

```
composer require galiasay/laravel-expedia

```

Once Expedia API is installed you need to register the service provider with the application. Open up `app/config/app.php` and find the `providers` key:

```
'providers' => [
    Galiasay\Expedia\ExpediaServiceProvider::class,
];
```

And add an alias:

```
'aliases' => [
    'ExpediaApi' => \Galiasay\Expedia\Facades\ExpediaApi::class
];
```

Configuration
-------------

[](#configuration)

Create configuration file and migration table using artisan:

```
$ php artisan vendor:publish

```

Execute the database migrations:

```
$ php artisan migrate

```

Then update config/expedia.php with your credentials. You can also update your .env file with the following:

```
EXPEDIA_CID = my_expedia_cid
EXPEDIA_API_KEY = my_expedia_api_key
EXPEDIA_SECRET = my_expedia_secret
EXPEDIA_MINOR_REV = my_expedia_rev

```

Artisan Commands
----------------

[](#artisan-commands)

### Import database

[](#import-database)

```
$ php artisan expedia:import

```

###  Health Score

20

↓

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3270d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f214d837e7a7cf2832ae4fcedfb2bfa7f168cda92828e44cdeb44522c1ca176?d=identicon)[galiasay](/maintainers/galiasay)

---

Top Contributors

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

---

Tags

apilaravelexpedia

### Embed Badge

![Health badge](/badges/galiasay-laravel-expedia/health.svg)

```
[![Health](https://phpackages.com/badges/galiasay-laravel-expedia/health.svg)](https://phpackages.com/packages/galiasay-laravel-expedia)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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