pusher / pusher-http-php

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

Add support for terminating user connections #328

Closed sonologico closed 2 years ago

sonologico commented 2 years ago

Description

Add support for terminating user connections.

This PR also introduces the post and a postAsync functions, which we can use to reduce some code duplication in other methods also making POST requests

CHANGELOG