delfimov / di
Fast and lightweight PSR-11 PHP Dependency Injection Container
dev-master
2017-09-01 16:13 UTC
Requires
- php: >=5.6.0
- psr/container: ^1
- psr/simple-cache: ^1
Requires (Dev)
- phpunit/phpunit: 5.*
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-11-14 22:26:06 UTC
README
DI Container
Lightweight and nimble PSR-11 PHP Dependency Injection Container
Requirements
- PHP >= 5.6 (though, I highly recommend to use PHP 7)
- Composer
Installation
- Run
composer require delfimov/di
How to use
TODO