avik / crate
Dependency injection container for the Avik framework
Installs: 11
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/avik/crate
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