php-crisp-api icon indicating copy to clipboard operation
php-crisp-api copied to clipboard

:elephant: Crisp API PHP Wrapper

Results 4 php-crisp-api issues
Sort by recently updated
recently updated
newest added

http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated at crisp\vendor\crispchat\php-crisp-api\src\Resources\Resource.php:19``` `function prepareQuery($query)` : Just need to change `null` to `""` on line 19.

While in the process of trying to work out how to assign a user while creating a new conversation (but before the message is sent), I discovered that `updateMeta()` returns...

I encountered the following error during installation: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires crispchat/php-crisp-api ^1.7 -> satisfiable by...

I'm calling `updatePeopleData()` and it returns an empty array. I debugged it and looks like the code is returning `$responseData["data"]` which does not exists. ![Screenshot from 2021-08-31 09-31-09](https://user-images.githubusercontent.com/1167303/131503201-d8e2d8ad-60bc-49d0-9175-97a68dbe4b37.png)