psr-aware / container
Container awareness utilities — provide ContainerAware interface and WithContainer trait.
v1.0.0
2025-11-23 21:10 UTC
Requires
- php: >=8.0
- psr/container: ^1.1 || ^2.0
This package is not auto-updated.
Last update: 2026-03-16 20:55:24 UTC
README
Simple package for classes that use PSR-11 container. Provide that the class is aware of the PSR-11 container. Also provide a simple implementation as Trait.
Installation
You can add this package as a local, per-project dependency to your project using Composer:
composer require psr-aware/container