I've just released the first production-ready release of the
Poodinis Dependency Injection Framework.
Poodinis is mainly inspired by the dependency injection framework
in Spring. It currently allows you to manually manage
dependencies and have them be automatically injected into
components which rely on these dependencies. In the future
additional support might be added for automatically registering
dependencies.
You can find the source code at
https://github.com/mbierlee/poodinis
Let me know what you think!