PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Mainframe Control Freak PHP Dependency Injection Container   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mainframe Control Freak PHP Dependency Injection Container
Call functions of class objects registered by name
Author: By
Last change:
Date: 2 years ago
Size: 676 bytes
 

Contents

Class file image Download
{ "name": "carloswph/mainframe", "description": "Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.", "type": "library", "license": "MIT", "minimum-stability": "dev", "keywords": ["reflection", "container", "di", "arrayobject","magic methods", "dependency injection"], "authors": [ { "name": "carlos", "email": "geral@meuppt.pt", "homepage": "https://wp-helpers.com" } ], "require": {}, "autoload": { "psr-4": { "Mainframe\\": "src/" } } }