Skip to content

zubairbobbyoo7/api-client-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

api-client-php

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

Quick example

<?php
require_once('lib/LiveChat_API.php');

try {
  $LiveChatAPI = new LiveChat_API();

  // list all your agents
  var_dump($LiveChatAPI->agents->get());
}
catch (Exception $e) {
  die($e->getCode().' '.$e->getMessage());
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published