PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Object Factory   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Object Factory
Create objects of given types defined by name
Author: By
Last change:
Date: 4 years ago
Size: 498 bytes
 

Contents

Class file image Download
{ "name": "coapsyfactor/objectfactory", "description": "Factory that provides instances of object mapped to related interface", "type": "library", "license": "proprietary", "authors": [ { "name": "Aleksandar Zivanovic", "email": "coapsyfactor@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=7.4" }, "autoload": { "psr-4": { "ObjectFactory\\": "src/" } } }