php-pimple

Simple dependency injection container -- class
  http://pimple.sensiolabs.org/
  0
  no reviews



Creating a container is a matter of instating the Pimple class.

As many other dependency injection containers, Pimple is able to manage two different kind of data: services and parameters.