PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Vestige Simple PHP Dependency Injection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Vestige Simple PHP Dependency Injection
Call named object functions in a queue
Author: By
Last change:
Date: 3 years ago
Size: 456 bytes
 

Contents

Class file image Download
{ "name": "carloswph/vestige", "description": "Calling method BEFORE instantiating the class, and save returning values AFTER an object is destroyed.", "type": "library", "license": "MIT", "authors": [ { "name": "carlos", "email": "geral@meuppt.pt" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "Vestige\\": "src/" } }, "require": {} }