PHPackages                             livechat/api-client-php - 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. livechat/api-client-php

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

livechat/api-client-php
=======================

Enables PHP applications to communicate with the LiveChat API.

v1.1.1(10y ago)37330.8k↓11.3%27[2 issues](https://github.com/livechat/api-client-php/issues)[3 PRs](https://github.com/livechat/api-client-php/pulls)MITPHPPHP &gt;=5.3.0

Since Aug 20Pushed 6y ago22 watchersCompare

[ Source](https://github.com/livechat/api-client-php)[ Packagist](https://packagist.org/packages/livechat/api-client-php)[ Docs](http://developer.livechatinc.com)[ RSS](/packages/livechat-api-client-php/feed)WikiDiscussions 1.1 Synced 1mo ago

READMEChangelog (3)DependenciesVersions (6)Used By (0)

LiveChat API Client
===================

[](#livechat-api-client)

PHP client for connecting to the LiveChat REST API.

Documentation
-------------

[](#documentation)

To find out more, visit the official [LiveChat REST API documentation](https://developers.livechatinc.com/rest-api/#!introduction).

Previous version of [LiveChat API Client](https://github.com/livechat/api-client-php/tree/0.9).

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

[](#requirements)

- PHP 5.3 or greater
- cUrl extension enabled

**Authentication to the API occurs via HTTP Basic Auth. Provide your:**

- login
- API key

More information:

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

[](#installation)

**Composer**

```
$ composer require livechat/api-client-php "@dev"
```

**Or**, set up `dev` as `minimum-stability` in your `composer.json`:

```
    "minimum-stability": "dev"
```

Then:

```
 $ composer require livechat/api-client-php
 $ composer update
```

Execute tests
-------------

[](#execute-tests)

This operation requires PHPUnit installed.

```
 $ phpunit
```

Basic usage
-----------

[](#basic-usage)

```
