Download the PHP package pelim/laravel-zmq without Composer
On this page you can find all versions of the php package pelim/laravel-zmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pelim/laravel-zmq
More information about pelim/laravel-zmq
Files in pelim/laravel-zmq
Download pelim/laravel-zmq
More information about pelim/laravel-zmq
Files in pelim/laravel-zmq
Vendor pelim
Package laravel-zmq
Short Description A ZeroMQ broadcast driver for Laravel 5
License MIT
Package laravel-zmq
Short Description A ZeroMQ broadcast driver for Laravel 5
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-zmq
Laravel ZeroMQ
A Laravel wrapper for ext-zmq
that exposes a zmq
broadcast driver to publish your Laravel events via ZeroMQ.
Requirements
- PHP 7.1
- Laravel 5.5
- ZeroMQ
- ext-zmq for PHP
Installation
The service provider is loaded automatically in Laravel 5.5 using Package Autodiscovery.
Publish vendor files to create your config/zmq.php
file
Update your config/zmq.php
with the appropriate socket details.
Set BROADCAST_DRIVER=zmq
in your .env
and add the following ZeroMQ connection settings to your config/broadcasting.php
:
All versions of laravel-zmq with dependencies
PHP Build Version
Package Version
Requires
ext-zmq Version
*
illuminate/broadcasting Version ^5.5
illuminate/contracts Version ^5.5
illuminate/http Version ^5.5
illuminate/broadcasting Version ^5.5
illuminate/contracts Version ^5.5
illuminate/http Version ^5.5
The package pelim/laravel-zmq contains the following files
Loading the files please wait ....