phpcent icon indicating copy to clipboard operation
phpcent copied to clipboard

PHP library to communicate with Centrifugo HTTP API

Results 6 phpcent issues
Sort by recently updated
recently updated
newest added

Hello, I hope this message finds you well. I've been exploring your repository with great interest, particularly regarding its capabilities around message publishing and subscription token generation. While reviewing the...

Doesn't work when many requests need to be made

fix issue #58

Hi, thanks for this package! I would be great if you could add support for using psr/http-client instead of hardcoded curl calls for duing the http calls as that would...

There is a deprecation warning for php 8.1 in `vendor/centrifugal/phpcent/src/Client.php` on line 403 in `"centrifugal/phpcent": "^5.1" version` when calling `$client->generateConnectionToken($userId)` function. Raw php warning message: `DEPRECATED hash_hmac(): Passing null to...

Added an interface for more flexible expansion. It will also help with classic testing without using phpunit mock.