PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   Eventer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Eventer
Register events and call handlers when they happen
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 342 bytes
 

Contents

Class file image Download
{ "name": "alexanderc/open-fw-eventer", "description": "Event manager used in OpenFW framework", "license": "GPL v2", "minimum-stability": "stable", "authors": [ { "name": "AlexanderC", "email": "self@alexanderc.me" } ], "autoload": { "psr-0": { "": "lib/" } } }