PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP IoC Container Service Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IoC Container Service Manager
Dependency injection containers that can be nested
Author: By
Last change:
Date: 6 years ago
Size: 756 bytes
 

Contents

Class file image Download
{ "name": "poirot/ioc", "description": "Service Manager Container.", "type" : "library", "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ], "require": { "poirot/std": "dev-devel" , "poirot/loader": "dev-devel" }, "target-dir": "Poirot/Ioc", "autoload" : { "psr-0": { "Poirot\\Ioc": "." } , "files": [ "_functions.php" ] }, "repositories": [ { "type": "git", "url": "https://github.com/phPoirot/Loader.git" }, { "type": "git", "url": "https://github.com/phPoirot/Std.git" } ] }