DEV Community

Matt Dizak
Matt Dizak

Posted on

Container v0.1 Released - with Attributes Injection

https://github.com/apexpl/container/

A lightweight, straight forward dependency injection container that simply works, and works well. Supports config file and all standard injection methods -- constructor, setter, annotation, plus also attributes. Also includes a Di wrapper class that allows container methods to be accessed statically for greater simplicity and efficiency.

Top comments (0)