aztech/event-bus

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

Event bus library - core only

Maintainers

Package info

github.com/event-bus/event-bus

pkg:composer/aztech/event-bus

Statistics

Installs: 637

Dependents: 9

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.7 2015-02-28 23:12 UTC

This package is auto-updated.

Last update: 2026-03-05 02:23:47 UTC


README

Build status

Build Status Code Coverage Scrutinizer Quality Score Dependency Status HHVM Status

Stability

Latest Stable Version Latest Unstable Version

Installation

Via Composer

Composer is the only supported way of installing aztech/event-bus . Don't know Composer yet ? Read more about it.

$ composer require "aztech/event-bus":"~1"

Autoloading

Add the following code to your bootstrap file :

require_once 'vendor/autoload.php';