Recommend this page to a friend! |
Classes of Saiik on | > | Dependency Injection Container | > | composer.json | > | 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/" } } } |