Download the PHP package dhii/di without Composer
On this page you can find all versions of the php package dhii/di. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package di
Dhii - DI
Details
Simple, granular, standards-compliant DI container implementations.
Features
- Is an implementation of the PSR-11 standard.
- Uses some other standards published separately.
- Includes support for the delegate lookup feature, a.k.a. composite containers, with intuitive override order.
- Easily extensible and adaptable.
Classes
CachingContainer
- A simple container that resolves callable service definitions and caches the result, guaranteeing the same instance every time. Cache sold separately.ContainerAwareCachingContainer
- A container that is aware of another container, perhaps a parent one. Callable definitions will receive the top-most parent container of the chain when resolving. Use it withCompositeContainer
to implement theAbstractBaseContainer
- Common functionality for DI containers that store services as internal data.AbstractBaseCachingContainer
- Common functionality for DI containers that cache resolved services.
All versions of di with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4 | ^7.0
dhii/data-container-interface Version ^0.1 | ^0.2
dhii/data-container-abstract Version ^0.1-alpha1
dhii/data-container-base Version ^0.1-alpha2
dhii/data-object-abstract Version ^0.1-alpha1
dhii/di-abstract Version ^0.2-alpha1
dhii/container-helper-base Version ^0.1-alpha5
dhii/exception Version ^0.1-alpha5
dhii/callback-abstract Version ^0.1-alpha5
dhii/invocable-base Version ^0.1
dhii/args-list-validation Version ^0.1
dhii/normalization-helper-base Version ^0.1
dhii/i18n-helper-base Version ^0.1
dhii/validation-base Version ^0.2-alpha2
dhii/data-container-interface Version ^0.1 | ^0.2
dhii/data-container-abstract Version ^0.1-alpha1
dhii/data-container-base Version ^0.1-alpha2
dhii/data-object-abstract Version ^0.1-alpha1
dhii/di-abstract Version ^0.2-alpha1
dhii/container-helper-base Version ^0.1-alpha5
dhii/exception Version ^0.1-alpha5
dhii/callback-abstract Version ^0.1-alpha5
dhii/invocable-base Version ^0.1
dhii/args-list-validation Version ^0.1
dhii/normalization-helper-base Version ^0.1
dhii/i18n-helper-base Version ^0.1
dhii/validation-base Version ^0.2-alpha2
The package dhii/di contains the following files
Loading the files please wait ....