PHPackages                             thedevlogs/travelport - 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. thedevlogs/travelport

ActiveLibrary[API Development](/categories/api)

thedevlogs/travelport
=====================

Travelport API for Flight Bookings

7674PHP

Since Dec 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/brajindersingh/travelport-air)[ Packagist](https://packagist.org/packages/thedevlogs/travelport)[ RSS](/packages/thedevlogs-travelport/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Travelport
==========

[](#travelport)

Laravel wrapper for Travelport Flight Booking using LowFareSearch

\#This is still in devlopment phase and not ready for use in production.

Api Documentation
=================

[](#api-documentation)

For documentation on the api please refer to for register and login visit

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

[](#installation)

Open `composer.json` and add this line below.

```
{
    "require": {
        "thedevlogs/travelport": "^1.0.0"
    }
}
```

Or you can run this command from your project directory.

```
composer require thedevlogs/travelport
```

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

[](#configuration)

Open the `config/app.php` and add this line in `providers` section.

```
Thedevlogs\Travelport\TravelportServiceProvider::class,
```

add this line in the `aliases` section.

```
'Travelport' => Thedevlogs\Travelport\TravelportFacade::class
```

get the `config` by running this command.

```
php artisan vendor:publish --tag=config
php artisan vendor:publish --tag=logs
```

config option can be found `app/travelport.php`

```
    'TARGETBRANCH' => '',
    'CREDENTIALS' => '',
    'PROVIDER' => '',
    'DEBUG' => FALSE,
    'USER' => 'admin',

```

Basic Usage
-----------

[](#basic-usage)

Under your controller namespace add: use \\Travelport;

You can use the function like this.

```
$book = app(Travelport::class);
$origin = 'JFK';
$destination = 'SAN';
$deptime = '2018-10-31';
$book::checkAirAvailability($origin, $destination, $deptime);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://avatars.githubusercontent.com/u/12485069?v=4)[Brajinder Singh](/maintainers/brajindersingh)[@brajindersingh](https://github.com/brajindersingh)

---

Top Contributors

[![ArchnaKhiwaliya](https://avatars.githubusercontent.com/u/44632863?v=4)](https://github.com/ArchnaKhiwaliya "ArchnaKhiwaliya (5 commits)")[![brajindersingh](https://avatars.githubusercontent.com/u/12485069?v=4)](https://github.com/brajindersingh "brajindersingh (5 commits)")

### Embed Badge

![Health badge](/badges/thedevlogs-travelport/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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