PSR, for a PHP based DI container
3.0.0
2018-04-11 16:43 UTC
Requires
- php: >=5.4.0
- appserver-io-psr/application: ~1.0
- appserver-io-psr/deployment: ~2.0
- appserver-io/lang: ~3.0
- psr/container: 1.0.0
Requires (Dev)
- appserver-io/build: ~1.0
- appserver-io/storage: ~2.0
README
Introduction
This library provides all necessary interfaces to implement a PHP base DI container.
Installation
If you want to use the library with your application you can install it by adding
{
"require": {
"appserver-io-psr/di": "dev-master"
},
}
to your composer.json and invoke composer update in your project.
External Links
- Documentation at appserver.io