temkaa / container
A simple implementation of DI Container
v0.3.0
2024-12-14 17:46 UTC
Requires
- php: ^8.3
- psr/container: ^2.0
Requires (Dev)
- infection/infection: ^0.27.11
- phpbench/phpbench: ^1.3
- phpmd/phpmd: ^2.15
- phpunit/phpunit: ^10.5
- rregeer/phpunit-coverage-check: ^0.3.1
- vimeo/psalm: 5.*
This package is auto-updated.
Last update: 2025-06-14 19:04:55 UTC
README
This is a simple DI Container implementation.
Installation:
composer require temkaa/container
Docs:
And here you can find practical examples :)