PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Gazer Simple PHP Observer Pattern Implementation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gazer Simple PHP Observer Pattern Implementation
Register observers to handle subject object events
Author: By
Last change:
Date: 2 years ago
Size: 418 bytes
 

Contents

Class file image Download
{ "name": "carloswph/gazer", "description": "An interesting implementation of the PHP Observer pattern.", "type": "library", "license": "MIT", "authors": [ { "name": "WP Helpers", "email": "carlos@wp-helpers.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Gazer\\": "src/" } } }