PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Component Event   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Component Event
Implement a immutable event
Author: By
Last change: added keywords
Date: 6 years ago
Size: 821 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_event", "description": "This free as in freedom project aims to deliver a generic, clean and immutable php event component.", "keywords": [ "php", "php56", "php7", "psr", "psr-4", "event", "immutable", "lgpl", "free as in freedom" ], "type": "library", "minimum-stability": "dev", "require": { "php": "^5.6||^7.0" }, "license": "LGPLv3", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Event\\": "source/" } } }