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

Async #298

Closed elverkilde closed 3 years ago

elverkilde commented 3 years ago

Description

Adds async functions based on the Guzzle async interface. Depends on #297. Resolves #22.

Also fixes the release action to include minor version (this will be a minor release).

CHANGELOG