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

ActiveLibrary[API Development](/categories/api)

santosdave/jambojet-laravel
===========================

Comprehensive Laravel package for JamboJet's NSK API integration

1.8.0(3mo ago)015MITPHPPHP ^8.1

Since Oct 6Pushed 2mo agoCompare

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

READMEChangelog (10)Dependencies (7)Versions (10)Used By (0)

JamboJet PHP NSK API Wrapper
============================

[](#jambojet-php-nsk-api-wrapper)

A comprehensive PHP wrapper for the JamboJet NSK (New Skies) API - providing complete airline booking and operations functionality.

[![PHP Version](https://camo.githubusercontent.com/2f6f9af2e917cbf5786673e8e4ed8d0d9b29be6131327a992063e69136a93411/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d626c7565)](https://php.net)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE)[![API Coverage](https://camo.githubusercontent.com/89a41fa2e12239fc9dd872d260cb63ce3c48c6f245864a82e5f59e80874578b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f415049253230436f7665726167652d39352532422532352d627269676874677265656e)](docs/)

🚀 Overview
----------

[](#-overview)

The JamboJet NSK API Wrapper is a production-ready PHP SDK that provides a complete interface to JamboJet's airline systems. Built with enterprise-grade architecture, comprehensive validation, and extensive error handling.

### Key Features

[](#key-features)

- ✈️ **Complete Booking Operations** - Search, book, modify, cancel flights
- 👥 **Passenger Management** - Full lifecycle passenger operations with SSRs
- 💳 **Payment Processing** - Credit cards, fraud prevention, installments, refunds
- 🎫 **Ticketing &amp; Documents** - E-tickets, boarding passes, receipts, invoices
- 💺 **Ancillary Services** - Seat selection, baggage, meals, special services
- 🏢 **Organization Management** - Multi-organization support (v1 &amp; v2)
- 📋 **Manifest Operations** - Flight manifests, weight &amp; balance, load sheets
- 🎟️ **Voucher Management** - Create, apply, track vouchers
- 📊 **Trip Planning** - Multi-city trips, fare rules, availability
- ⚙️ **Configuration** - Resources, settings, station management
- 🔐 **Authentication** - Token management, user sessions
- 🛡️ **Enterprise Ready** - Validation, error handling, logging

📋 Requirements
--------------

[](#-requirements)

- PHP 8.0 or higher
- Composer
- cURL extension
- JSON extension
- OpenSSL extension
- Valid JamboJet NSK API credentials

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require santosdave/jambojet-laravel
```

⚙️ Configuration
----------------

[](#️-configuration)

Create a configuration file or set environment variables:

```
