PHPackages                             likibu/client - 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. likibu/client

ActiveLibrary[API Development](/categories/api)

likibu/client
=============

Minimalist Likibu API Client for PHP

2.1.5(7y ago)26.6k1PHP

Since Oct 18Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Likibu/Client)[ Packagist](https://packagist.org/packages/likibu/client)[ RSS](/packages/likibu-client/feed)WikiDiscussions master Synced 1mo ago

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

PHP Likibu API Client
=====================

[](#php-likibu-api-client)

Access more than 5 000 000 short term rentals using [Likibu](http://www.likibu.com) API

### Installing via Composer (Recommended)

[](#installing-via-composer-recommended)

The recommended way to install is through [Composer](http://getcomposer.org) :

Install composer

```
curl -sS https://getcomposer.org/installer | php
```

Add Likibu Client as dependency

```
php composer.phar require likibu/client @dev
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoloader.php'
```

### Using the PHAR archive

[](#using-the-phar-archive)

Copy LikibuClient.phar to your project's directory.

Then you just have to require it:

```
require 'path/to/LikibuClient.phar'
```

### Requirements

[](#requirements)

PHP &gt;= 5.5, cURL, Guzzle 6

You will also need an API key. Contact us on [Likibu](http://www.likibu.com) to get an access.

### [API Documentation](http://api.likibu.com/doc/)

[](#api-documentation)

### Exemples

[](#exemples)

Get all the offers in Paris

```
