PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Decorator Pattern   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Decorator Pattern
Implement the decorator pattern using a trait
Author: By
Last change:
Date: 5 years ago
Size: 567 bytes
 

Contents

Class file image Download
{ "name": "coapsyfactor/decorator", "description": "PHP Decorator, dynamicly adding methods and properties with proper scope and $this assigned before execution.", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Aleksandar Zivanovic", "email": "coapsyfactor@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=7.2" }, "autoload": { "psr-4": { "PHPDecorator\\": "./src", "App\\": "./example" } } }