stream-chat-php icon indicating copy to clipboard operation
stream-chat-php copied to clipboard

Stream Chat official PHP API Client

Results 8 stream-chat-php issues
Sort by recently updated
recently updated
newest added

I am having an issue on retrieving all messages for a channel; "{\"code\":4,\"message\":\"GetOrCreateChannel failed with error: \\\"expected object for field \\\"data\\\" but got array\\\"\",\"StatusCode\":400,\"duration\":\"0.00ms\",\"more_info\":\"https:\/\/getstream.io\/chat\/docs\/api_errors_response\",\"details\":[]}", On using this; ` private static...

Hi, I can't find the method to restore a soft deleted user. The documentation has the restore section, but not with php code. https://getstream.io/chat/docs/php/update_users/?language=php

## Updates: - Add `restoreUsers` method to `Client.php` --- The `restoreUsers` functionality can be tested with the following code after the commits are implemented: ```php

The code example in the documentation seems incorrect. It should use -> instead of . like $channel->addMembers([...]). https://getstream.io/chat/docs/php/?language=php#adding-members-or-moderators ![Image](https://github.com/user-attachments/assets/33286976-6b49-4d1a-bf57-3ca73fd2b985)

- Added the reminders feature - added create reminders - added delete reminders - added query reminders - added update reminders - In the Makefile added targets to run the...

It would allow projects using this library to pick their preferred HTTP client instead of forcing Guzzle.