Download the PHP package jaeger-app/di without Composer
On this page you can find all versions of the php package jaeger-app/di. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaeger-app/di
More information about jaeger-app/di
Files in jaeger-app/di
Download jaeger-app/di
More information about jaeger-app/di
Files in jaeger-app/di
Vendor jaeger-app
Package di
Short Description A dependency injection container.
License MIT
Package di
Short Description A dependency injection container.
License MIT
Keywords didependency-injection
Please rate this library. Is it a good library?
Informations about the package di
Jaeger Dependency Injection Container
A simple dependency injection container for use with Jaeger (or stand alone).
Installation
Add jaeger-app/di
as a requirement to your composer.json
:
Adding Services
Ideally, like all Jaeger classes, you should extend Jaeger\Bootstrap
and initialize the parent services before adding your own like the below:
You can also add new Services at run time by using the setService($name, \Closure $function)
method.
Calling Services Example
All versions of di with dependencies
PHP Build Version
Package Version
The package jaeger-app/di contains the following files
Loading the files please wait ....