Download the PHP package dangerousdan/dimaria without Composer
On this page you can find all versions of the php package dangerousdan/dimaria. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dangerousdan/dimaria
More information about dangerousdan/dimaria
Files in dangerousdan/dimaria
Download dangerousdan/dimaria
More information about dangerousdan/dimaria
Files in dangerousdan/dimaria
Vendor dangerousdan
Package dimaria
Short Description A super fast Dependency Injection Container for PHP 7+
License BSD-2-Clause
Homepage https://github.com/dangerousdan/dimaria
Package dimaria
Short Description A super fast Dependency Injection Container for PHP 7+
License BSD-2-Clause
Homepage https://github.com/dangerousdan/dimaria
Please rate this library. Is it a good library?
Informations about the package dimaria
DiMaria Dependency Injector
DiMaria is a Dependency Injection Container for PHP 7+ with no dependencies. It's written to be extremely fast and lightweight.
Installation
Fetch DiMaria with composer via packagist. Add it with
Usage
DiMaria should work out of the box. Just call get()
with the class name you wish to create.
DiMaria implements the PSR7 Container interface.
DiMaria can:
- Automatically fetch type-hinted dependencies in classes
- Set and override parameters and create aliases
- Set preferences for interfaces or classes
- Configure classes to return shared or new instances
- Support variadic parameters
- Configure Setter injection
For more info, see the docs
All versions of dimaria with dependencies
PHP Build Version
Package Version
The package dangerousdan/dimaria contains the following files
Loading the files please wait ....