pusher-http-php
pusher-http-php copied to clipboard
PHP library for interacting with the Pusher Channels HTTP API
Can please help what is the issue here? I config and setup completely. but Broadcast->dispatch is not working local.ERROR: {"userId":3,"exception":"[object] (Pusher\ApiErrorException(code: 0): at C:\xampp\htdocs\fm\script\vendor\pusher\pusher-php-server\src\Pusher.php:533) [stacktrace] #0 C:\xampp\htdocs\fm\script\vendor ahid\talk\src\Live\Webcast.php(55): Pusher\Pusher->trigger(Array, 'talk-send-messa...',...
## Description `Pusher` class allows setting `path` option, which later is used in `Pusher::channels_url_prefix` to create a `base_uri` for the Guzzle client. But at the moment, it doesn't work because...
Shouldn't this pusher package always throw a BroadcastException? Since my upgrade from 4.0 to 6/7 (tried both) I always get a "GuzzleHttp\Exception\ConnectException" when my websockets service is down. On my...
``` Dependency resolution completed in 0.001 seconds Your requirements could not be resolved to an installable set of packages. Problem 1 - pusher/pusher-php-server[3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.1.0, v3.1.1, v3.2.0,...
## Description Added the possibility of passing query params to the getPresenceUsers and the (deprecated) get_users_info in order to support the feature implemented by Soketi, and, hopefully, Pusher, where we...
I installed the pusher package using composer. after installation, some of the methods in the docs are not in the code composer downloaded for me to use. How do I...
## Description Update export-ignore for vendor ## CHANGELOG * [CHANGED] Ignore `pull_request_template.md` on vendor
In issue #334 a proposal was made to allow triggering one event to multiple encrypted channels in a single API call. This resulted in https://github.com/pusher/pusher-http-php/pull/337 being merged. However as can...
In my laravel app I'm getting the following error message from Pusher, i'm a bit lost on what the error exactly means bit it seems to be triggered on this...
In my Dockerfile I have a step that installs Composer packages. After the installs are complete an `artisan package:discover` automatically executes and this errors out because Pusher can't find environment...