php-crisp-api
php-crisp-api copied to clipboard
:elephant: Crisp API PHP Wrapper
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. 
How to set user activity online? with this library
Currently the listPeopleEvent method in Crisp is not consistent with the other methods in the WebsitePeople class. Such as: - listPeopleProfiles - listPeopleSegments - listPeopleConversations That is, the method name...