Releases: SoDaHo/php-container
Releases · SoDaHo/php-container
v1.0.0
v1.0.0 — Initial Release
First release of php-container — a lightweight PSR-11 dependency injection container for PHP with constructor autowiring, reflection metadata caching, and zero bloat.
Works with any framework or standalone project. Pairs naturally with [sodaho/env-loader](https://github.com/SoDaHo/env-loader) for .env-based config.
Requirements: PHP ^8.2, psr/container ^2.0
composer require sodaho/containerSee the [README](https://github.com/SoDaHo/php-container#readme) for full usage and examples.