psr-aware / container
Container awareness utilities — provide ContainerAware interface and WithContainer trait.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/psr-aware/container
Requires
- php: >=8.0
- psr/container: ^1.1 || ^2.0
This package is not auto-updated.
Last update: 2026-01-05 20:07:57 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