2017 © Pedro Peláez
 

library crisp-php-sdk

PHP SDK for the Crisp.im API

image

richbarrett/crisp-php-sdk

PHP SDK for the Crisp.im API

  • Monday, June 18, 2018
  • by richbarrett
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

PHP SDK for Crisp.im

Overview

This was created as a lightweight PHP SDK for Crisp.im., (*1)

It does not contain methods for every API call but is very easy to extend by adding methods to crispsdk.php it uses Httpful to make requests to the API and returns an array with quick access to key data and the raw Httpful\Response object so you can handle the result however you like., (*2)

Usage

  1. First obtain your identifier and key using:

curl -H "Content-Type: application/json" -X POST -d '{"email":"YOUR_ACCOUNT_EMAIL","password":"YOUR_ACCOUNT_PASSWORD"}' https://api.crisp.chat/v1/user/session/login, (*3)

  1. Use as follows:
use richbarrett\crispsdk\crispsdk;

$identifier = 'YOUR_IDENTIFIER';
$key = 'YOUR_KEY';

$sdk = new crispsdk;
$sdk->authenticate($identifier, $key);

$r = $sdk->listWebsites();
print_r($r);

The Versions

18/06 2018

dev-master

9999999-dev https://github.com/richbarrett7/crisp-php-sdk

PHP SDK for the Crisp.im API

  Sources   Download

MIT

The Requires

 

by Richard Barrett

api php sdk chat crisp

18/06 2018

1.0.3

1.0.3.0 https://github.com/richbarrett7/crisp-php-sdk

PHP SDK for the Crisp.im API

  Sources   Download

MIT

The Requires

 

by Richard Barrett

api php sdk chat crisp

21/07 2017

1.0.2

1.0.2.0 https://github.com/richbarrett7/crisp-php-sdk

PHP SDK for the Crisp.im API

  Sources   Download

MIT

The Requires

 

by Richard Barrett

api php sdk chat crisp

21/07 2017

1.0

1.0.0.0 https://github.com/richbarrett7/crisp-php-sdk

PHP SDK for the Crisp.im API

  Sources   Download

MIT

The Requires

 

by Richard Barrett

api php sdk chat crisp