PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kiril Savchev   ITE Event Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ITE Event Manager
Manage events implementing PSR-14 interface
Author: By
Last change:
Date: 7 years ago
Size: 466 bytes
 

Contents

Class file image Download
{ "name": "ite/ite-event-manager", "description": "Event and event manager classes, traits and interfaces (implements PSR-14)", "keywords": ["psr", "psr-14", "events", "event manager", "event listener"], "license": "MIT", "authors": [ { "name": "Kiril Savchev", "homepage": "http://ifthenelse.info/" } ], "autoload": { "psr-4": { "Ite\\EventManager\\": "src/" } } }