avik / crate
Dependency injection container for the Avik framework
v1.1.1
2026-03-28 14:36 UTC
Requires
- php: >=8.1
- avik/seed: ^1.0
README
Dependency injection container for the Avik framework.
Features
- Interface to implementation binding
- Singleton support
- Automatic constructor injection
- Parameter overrides
Design Rules
- Explicit bindings
- No magic scanning
- Minimal API surface
Stability
Frozen after v1.0.0
Requirements
- PHP 8.1+
- avik/seed ^1.0