pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.41k stars 307 forks source link

Options for guzzle #323

Closed ahmadharminto closed 2 years ago

ahmadharminto commented 2 years ago

Since versions 6 and 7 rely on guzzle rather than curl, are there any plans to add options for guzzle? For example if we need to by pass SSL verification => add ['verify' => false] in the guzzle instantiation

ahmadharminto commented 2 years ago

Apologize. It's already supported by laravel 9. https://github.com/laravel/framework/blob/9.x/src/Illuminate/Broadcasting/BroadcastManager.php#L233