pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API

Downloads
59.7M
Stars
1.4K
Committers
78

Bot releases are hidden (Show)

pusher-http-php - v7.1.0-beta

Published by sonologico over 2 years ago

7.1.0-beta

  • [ADDED] authenticateUser, authorizeChannel and authorizePresenceChannel
  • [ADDED] sendToUser and sendToUserAsync
  • [ADDED] terminateUserConnections and terminateUserConnectionsAsync
  • [FIXED] get_object_vars() error on /src/Pusher.php
  • [DEPRECATED] socketAuth and presenceAuth in favour of authorizeChannel and authorizePresenceChannel
  • [DEPRECATED] Internal functions make_request and make_batch_request that were exposed as public
pusher-http-php - v5.0.1

Published by WillSewell over 3 years ago

[FIXED] Notice raised due to reference to potentially missing object property in trigger method

pusher-http-php - v5.0.0

Published by WillSewell over 3 years ago

[CHANGED] The methods that make HTTP requests now throw an ApiErrorException instead of returning false for non-2xx responses
[CHANGED] trigger now accepts a $params associative array instead of a $socket_id as the third parameter
[ADDED] Support for requesting channel attributes as part of a trigger and triggerBatch request via an info parameter
[REMOVED] debug parameter from methods that make HTTP requests and from the constructor options
[REMOVED] Support for legacy push notifications (this has been superseded by https://github.com/pusher/push-notifications-php)

pusher-http-php - v4.1.5

Published by WillSewell almost 4 years ago

[ADDED] Support for PHP 8.

pusher-http-php - v4.1.4

Published by mdpye over 4 years ago

[FIXED] Errors in the failure path of get_... methods revealed by stricter type checking in PHP7.4

pusher-http-php - v4.1.3

Published by mdpye over 4 years ago

No functional change, previous release was only partially successful.

pusher-http-php - v4.1.2

Published by mdpye over 4 years ago

[ADDED] option encryption_master_key_base64
[DEPRECATED] option encryption_master_key

pusher-http-php - v4.1.1

Published by WillSewell almost 5 years ago

[ADDED] Support for PHP 7.4.

pusher-http-php - v4.1.0

Published by WillSewell almost 5 years ago

[ADDED] path configuration option.

pusher-http-php - v4.0.0

Published by WillSewell over 5 years ago

[REMOVED] Support for PHP 5.x, PHP 7.0 and HHVM.

pusher-http-php - v3.4.1

Published by WillSewell over 5 years ago

[ADDED] Support for PHP 7.3.

pusher-http-php - v3.4.0

Published by WillSewell over 5 years ago

[ADDED] get_users_info method.

pusher-http-php - v3.3.1

Published by damdo almost 6 years ago

[FIXED] PHP Notice for Undefined socket_id in triggerBatch

pusher-http-php - v3.3.0

Published by damdo almost 6 years ago

  • [ADDED] Support for End-to-end encrypted channels for triggerbatch
  • [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels
pusher-http-php - v3.2.0

Published by kn100 about 6 years ago

  • New This release adds support for end to end encrypted channels, a new feature for Channels. Read more in our docs.
  • Deprecated Renamed encrypted option to useTLS - encrypted will still work!
pusher-http-php - v3.1.1

Published by kn100 over 6 years ago

This release removes a potentially sensitive log that could be returned in the response to a call to the Webhook endpoint if error reporting was turned on.

pusher-http-php - v3.1.0

Published by kn100 over 6 years ago

This release adds Webhook validation as well as a data structure to store Webhook payloads.

pusher-http-php - v3.0.4

Published by WillSewell over 6 years ago

  • Non zero indexed arrays of channels no longer get serialized as an object
pusher-http-php - v3.0.3

Published by WillSewell over 6 years ago

  • PSR-3 logger compatibility.
  • PHP docs are now more consistent and complete
pusher-http-php - v3.0.2

Published by WillSewell over 6 years ago

  • Check whether a curl handle is not already a resource before initialising it (the previous check for null was not sufficient in some cases)
  • Make acceptance tests work again
  • Test against PHP 7.2
Package Rankings
Top 0.18% on Packagist.org