jamseyp / live-person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Live Person PHP A simple PHP library for connecting to the LivePerson Api.

https://developers.liveperson.com

Usage

use CwsOps\LivePerson\Account\Config;
use CwsOps\LivePerson\Engage;

$config = new Config($accountId,$consumerKey,$consumerSecret,$token,$tokenSecret,$username);

$livePerson = new Engage($config);

$currentAgentStatus = $livePerson->getAgentStatus();

About

License:MIT License


Languages

Language:PHP 100.0%