2017 © Pedro Peláez
 

library laravel-zmq

A ZeroMQ broadcast driver for Laravel 5

image

pelim/laravel-zmq

A ZeroMQ broadcast driver for Laravel 5

  • Saturday, February 10, 2018
  • by pelim
  • Repository
  • 5 Watchers
  • 15 Stars
  • 348 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 27 % Grown

The README.md

Laravel ZeroMQ

A Laravel wrapper for ext-zmq that exposes a zmq broadcast driver to publish your Laravel events via ZeroMQ., (*1)

Requirements

  • PHP 7.1
  • Laravel 5.5
  • ZeroMQ
  • ext-zmq for PHP

Installation

$ composer require pelim/laravel-zmq

The service provider is loaded automatically in Laravel 5.5 using Package Autodiscovery., (*2)

Publish vendor files to create your config/zmq.php file, (*3)

$ php artisan vendor:publish --provider="Pelim\ZmqServiceProvider"

Update your config/zmq.php with the appropriate socket details., (*4)

Set BROADCAST_DRIVER=zmq in your .env and add the following ZeroMQ connection settings to your config/broadcasting.php:, (*5)

'connections' => [
    'zmq' => [
        'driver' => 'zmq',
    ],
]

The Versions

10/02 2018

dev-master

9999999-dev

A ZeroMQ broadcast driver for Laravel 5

  Sources   Download

MIT

The Requires

 

by Avatar pelim

10/02 2018

v1.0.1

1.0.1.0

A ZeroMQ broadcast driver for Laravel 5

  Sources   Download

MIT

The Requires

 

by Avatar pelim

16/11 2017

v1.0.0

1.0.0.0

A ZeroMQ broadcast driver for Laravel 5

  Sources   Download

MIT

The Requires

 

by Avatar pelim

13/07 2016

dev-develop

dev-develop

zmq support for Laravel5

  Sources   Download

MIT

The Requires

 

by Avatar pelim

13/07 2016

v0.1.0

0.1.0.0

zmq support for Laravel5

  Sources   Download

MIT

The Requires

 

by Avatar pelim