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

ActiveLibrary[API Development](/categories/api)

gufy/livechat-api
=================

A simplified PHP Livechatinc API

v1.0.0(11y ago)0321MITPHPPHP &gt;=5.4.0

Since Apr 22Pushed 10y agoCompare

[ Source](https://github.com/mgufrone/livechat-api)[ Packagist](https://packagist.org/packages/gufy/livechat-api)[ RSS](/packages/gufy-livechat-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

PHP LivechatInc API
===================

[](#php-livechatinc-api)

PHP library with ready-to-use LiveChat API implementation.

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

[](#installation)

add this package to your `composer.json` by running this command

```
  composer require gufy/livechat-api
```

or add this package manually to your `composer.json`

```
{
  "require":{
    "gufy/livechat-api":"~1"
  }
}
```

Available Models
----------------

[](#available-models)

This models are available and ready to use

- Agent
- CannedResponse
- Chat
- Goal
- Greeting
- Group
- Report
- Status
- Tag
- Ticket
- Visitor
- Webhook

Usage
-----

[](#usage)

Try this code below

```
