Skip to content

Releases: SoDaHo/php-container

v1.0.0

23 Mar 23:56
9c00115

Choose a tag to compare

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/container

See the [README](https://github.com/SoDaHo/php-container#readme) for full usage and examples.