tokenly / laravel-events-publisher by dweller

An events publisher for Laravel
502
1
4
Package Data
Maintainer Username: dweller
Maintainer Contact: devon@tokenly.com (Devon Weller)
Package Create Date: 2017-02-28
Package Last Update: 2017-03-01
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:22:36
Package Statistics
Total Downloads: 502
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

An events publisher for Laravel. Pushes event jobs to a beanstalk queue.

Installation

  • composer require tokenly/laravel-events-publisher
  • Add Tokenly\EventsPublisher\EventsPublisherServiceProvider::class to your list of service providers
  • Add Tokenly\EventsPublisher\Publisher::class to your list of event subscribers in your EventServiceProvider class