PHPackages                             richbarrett/crisp-php-sdk - 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. richbarrett/crisp-php-sdk

ActiveLibrary[API Development](/categories/api)

richbarrett/crisp-php-sdk
=========================

PHP SDK for the Crisp.im API

1.0.3(7y ago)056MITPHPPHP &gt;=5.6.0

Since Jul 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/richbarrett7/crisp-php-sdk)[ Packagist](https://packagist.org/packages/richbarrett/crisp-php-sdk)[ Docs](https://github.com/richbarrett7/crisp-php-sdk)[ RSS](/packages/richbarrett-crisp-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

PHP SDK for Crisp.im
====================

[](#php-sdk-for-crispim)

Overview
--------

[](#overview)

This was created as a lightweight PHP SDK for Crisp.im.

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.

Usage
-----

[](#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`

2. 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);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~166 days

Total

3

Last Release

2882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/198626cb4c52feff8c059ebc5344389c1e6351c936dcc6164713da28a6e88a64?d=identicon)[richbarrett](/maintainers/richbarrett)

---

Top Contributors

[![richbarrett7](https://avatars.githubusercontent.com/u/5858993?v=4)](https://github.com/richbarrett7 "richbarrett7 (6 commits)")

---

Tags

phpapisdkchatcrisp

### Embed Badge

![Health badge](/badges/richbarrett-crisp-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/richbarrett-crisp-php-sdk/health.svg)](https://phpackages.com/packages/richbarrett-crisp-php-sdk)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)[clever/clever-php

231.6k](/packages/clever-clever-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
