wandu / di
This package is abandoned and no longer maintained.
No replacement package was suggested.
Dependency Injection Container. Support Auto-Resolve and Auto-Wiring. Also Perfect Fit to PSR-11.
v4.0.0-beta2
2017-08-15 13:54 UTC
Requires
- php: >=7.0
- psr/container: ^1
- psr/simple-cache: ^1
- wandu/config: ^4.0
- wandu/reflection: ^0.3
Suggests
- doctrine/annotations: for the AutoWired annotation.
Provides
- dev-master / 4.0.x-dev
- v4.0.0-beta2
- v4.0.0-beta1
- 3.0.x-dev
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-beta6
- v3.0.0-beta5
- v3.0.0-beta4
- v3.0.0-beta3
- v3.0.0-beta2
- v3.0.0-beta1
- v3.0.0-alpha3
- v3.0.0-alpha2
- v3.0.0-alpha1
- 2.x-dev
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.1.0
- 1.0.x-dev
- v1.0.2
- v1.0.1
- v1.0.0
- dev-develop
This package is not auto-updated.
Last update: 2022-03-30 01:57:27 UTC
README
Dependency Injection Container. Support Auto-Resolve and Auto-Wiring. Also Perfect Fit to PSR-11.
inspired by pimple and Laravel Container
Installation
composer require wandu/di