pusher-http-php
pusher-http-php copied to clipboard
PHP library for interacting with the Pusher Channels HTTP API
I need help with a web push notifications setup that works except that it only relays the message body. I have this job that sends a push: ````php public function...
## Description - interface updates: new methods, adds a variety of methods to the interface that have been added since the interface was introduced. - Removed documentation from `Pusher` class....
More info: https://paragonie.com/blog/2024/04/release-sodium-compat-v2-and-future-our-polyfill-libraries ## Description Add a short description of the change. If this is related to an issue, please add a reference to the issue. ## CHANGELOG * [CHANGED]...
### Note: This assumes all channels have the same master secret. If you're interested in an E2EE design that doesn't have this requirement, [crypto_box_seal](https://paragonie.com/blog/2017/06/libsodium-quick-reference-quick-comparison-similar-functions-and-which-one-use) only requires the recipient's public key....
## Description Adds PHP 8.2 and 8.3 to the CI test suite and README. Updated the version constraint on PHP in Composer to explicitly list the supported PHP8 versions. ##...
I am trying to trigger events and send data to websocket URL on the specific public channel. I am currently testing in postman. I am able to connect to websocket...
I recently encountered an issue with the Pusher PHP Server library in my Laravel application. The error I faced is: ```php TypeError: json_decode(): Argument #1 ($json) must be of type...
Hi! Found interesting issue with websocket server. When server working in Docker. Sometimes get next error: ``` stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE. It is...
## Description The URL for pusher requests is badly composed, when URL path is defined in config. The 'base_uri' for Guzzle request is concatenated with config path and therefore, it...
This is instead of https://github.com/pusher/pusher-http-php/pull/385 which was submitted 4 months ago, but not accepted after review. This retains the minimum of 1.6, but also allow 2.x More info: https://paragonie.com/blog/2024/04/release-sodium-compat-v2-and-future-our-polyfill-libraries