Are there any Guice like or similar dependency injection frameworks in PHP? If not are there any good dependency injection frameworks in PHP?
I have to implement same code in PHP what I have implemented in Java and I use Guice in my Java project. So it would be easier to implement PHP version, if it used similar framework.
(Posting my comment as a response)
Have a look at my clone of Guice named Sharbat (means juice). The API is quite the same as Guice’s.
It has pretty much everything you need:
See the readme file for example usage.