{ "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" } } }
info at phpclasses dot org