PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jeremiah Ogbomo   Event Bus   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Event Bus
Emit events and handle them using wildcards
Author: By
Last change:
Date: 8 years ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "jogboms/events_bus", "fullname" : "Event Management Syatem", "description": "A micro event emitting and management system for PHP", "type": "library", "license": "MIT", "keywords": ["framework", "event bus", "minimal", "event"], "homepage": "http://github.com/Jogboms/events_bus", "version" : "0.1.0", "created" : 2014, "authors": [ { "name": "Jeremiah Ogbomo", "email": "jaybladez09@gmail.com", "link" : "http://www.github.com/jogboms" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Events\\": "Events" } }, "require": { "php": ">=5.5.0" } }