Download the PHP package maksimusyan/php-centrifugo without Composer
On this page you can find all versions of the php package maksimusyan/php-centrifugo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maksimusyan/php-centrifugo
More information about maksimusyan/php-centrifugo
Files in maksimusyan/php-centrifugo
Download maksimusyan/php-centrifugo
More information about maksimusyan/php-centrifugo
Files in maksimusyan/php-centrifugo
Vendor maksimusyan
Package php-centrifugo
Short Description PHP client for Centrifugo real-time messaging server
License MIT
Homepage https://github.com/maksimusyan/php-centrifugo
Package php-centrifugo
Short Description PHP client for Centrifugo real-time messaging server
License MIT
Homepage https://github.com/maksimusyan/php-centrifugo
Keywords real-timecentrifugo
Please rate this library. Is it a good library?
Informations about the package php-centrifugo
php-centrifugo - version 1
PHP client for Centrifugo real-time messaging server
Features
- Support publishing messages via Redis engine API listener (publish, broadcast, unsubscribe, disconnect methods only)
- Support transport chain (Redis + HTTP) as failover. If Redis down (or method not supported by Redis transport) client try send message via HTTP transport
- Support batch requests
Attention!
The library is based on the php extension PhpRedis
Install
composer require maksimusyan/php-centrifugo
or the developer version directly from github:
Quick Examples
Create Centrifugo client
Send request to Centrifugo
Send batch request
All versions of php-centrifugo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-curl Version *
ext-curl Version *
The package maksimusyan/php-centrifugo contains the following files
Loading the files please wait ....