delfimov / di
Fast and lightweight PSR-11 PHP Dependency Injection Container
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/delfimov/di
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: 2025-09-15 00:28:13 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