PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Saiik on   Dependency Injection Container   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dependency Injection Container
Register and get service container classes
Author: By
Last change:
Date: 6 years ago
Size: 515 bytes
 

Contents

Class file image Download
{ "name": "saiik/container", "description": "saiik/container is a small library which gives you a dependency injection. You can store instances in it and load them automaticly in other instances", "type": "library", "license": "GNU GPL v3", "authors": [ { "name": "Tobias Fuchs", "email": "tobiasf@voll.digital" } ], "require": { "php": ">=7.0.0" }, "autoload": { "psr-4": { "saiik\\": "src/" } } }