Search by

aerogram / event-bus

Keven

There is no license information available for the latest version (0.2.2) of this package.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

github.com/aerogram/event-bus

pkg:composer/aerogram/event-bus

Statistics

Installs: 156

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.2 2017-03-03 15:13 UTC

This package is auto-updated.

Last update: 2020-11-20 11:41:13 UTC


README

Latest Stable Version Build Status License Total Downloads

Simple event bus.

Installation

Install Composer and run the following command to get the latest version:

composer install aerogram/event-bus

Usage

<?php

use Aerogram\EventBus\EventBus\SimpleBus;

$eventBus = new SimpleBus;
$eventBus->publish('{"email": "john@example.com"}', 'user.registered');