cws / liveperson
Generic LiveEngage package
dev-master
2018-07-26 15:21 UTC
Requires
- php: >=7.0
- guzzlehttp/oauth-subscriber: 0.3.*
- psr/log: 1.0.*
Requires (Dev)
- phpunit/phpunit: 6.5.*
This package is not auto-updated.
Last update: 2025-03-22 20:10:46 UTC
README
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();