PHPackages                             konfig/nuitee-lite-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. konfig/nuitee-lite-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

konfig/nuitee-lite-php-sdk
==========================

The \*\*Lite API\*\* can be used to to do the following Get room rates &amp; availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination

v1.8.0(3y ago)011unlicensePHPPHP ^8.0

Since Mar 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/konfig-dev/nuitee-lite-php-sdk)[ Packagist](https://packagist.org/packages/konfig/nuitee-lite-php-sdk)[ RSS](/packages/konfig-nuitee-lite-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

nuitee-lite-php-sdk [Packagist](https://packagist.org/packages/konfig/nuitee-lite-php-sdk)
==========================================================================================

[](#nuitee-lite-php-sdk-packagist)

The **Lite API** can be used to to do the following

Get room rates &amp; availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

This library requires `PHP ^8.0`

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/konfig-dev/nuitee-lite-php-sdk.git"
    }
  ],
  "require": {
    "konfig/nuitee-lite-php-sdk": "1.8.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
