fwk / di
Dependency Injection Container for Happy Developers
v2.0.0
2016-05-31 20:54 UTC
Requires
- php: >=5.5
- container-interop/container-interop: 1.*
- fwk/events: dev-master
- fwk/xml: dev-master
Requires (Dev)
- ocramius/proxy-manager: 1.0.*
- zendframework/zend-stdlib: 3.0.*
Suggests
- ocramius/proxy-manager: Allows usage of Lazy Services Loading (ProxyManager)
This package is not auto-updated.
Last update: 2024-10-26 14:22:33 UTC
README
Dependency Injection Container for PHP 5.5+
Learn more in docs/ !
Installation
Via Composer:
composer require fwk/di:dev-master
If you don't use Composer, you can still download this repository and add it
to your include_path
PSR-0 compatible.
Contributions / Community
- Fork this repository! Any contribution is welcome 🍺 !
- Issues on Github: https://github.com/fwk/Di/issues
- Follow Fwk on Twitter: @phpfwk
Legal
Fwk is licensed under the 3-clauses BSD license. Please read LICENSE for full details.