PSR, for a PHP based DI container
Installs: 2 454
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
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