PHPackages                             tourboks/apiclient - 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. tourboks/apiclient

ActiveLibrary[API Development](/categories/api)

tourboks/apiclient
==================

Tourboks API client for PHP

1.4(7y ago)0392MITPHPPHP &gt;=5.4.0

Since Jul 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tourboks/apiclient)[ Packagist](https://packagist.org/packages/tourboks/apiclient)[ Docs](https://github.com/tourboks/apiclient)[ RSS](/packages/tourboks-apiclient/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/4114903db9afdc751958b662167a9bf286f8a9acbd6a4c3c07974f30ac398b40/687474703a2f2f696d672e736869656c64732e696f2f62616467652f4c6174657374253230537461626c652d312e302d626c75652e737667)](https://camo.githubusercontent.com/4114903db9afdc751958b662167a9bf286f8a9acbd6a4c3c07974f30ac398b40/687474703a2f2f696d672e736869656c64732e696f2f62616467652f4c6174657374253230537461626c652d312e302d626c75652e737667)

Tourboks API Client Library for PHP
===================================

[](#tourboks-api-client-library-for-php)

Description
-----------

[](#description)

This repository contains the API client library that allows you to access the Tourboks platform from your PHP app.

Requirements
------------

[](#requirements)

- [PHP 5.4.0 or higher](http://www.php.net/)

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require tourboks/apiclient
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Basic Example

[](#basic-example)

```
