News Feed
Jobs Feed
Sections




News Archive
Luis Atencio's Blog:
Dependency Injection in PHP
June 09, 2012 @ 10:55:36

On his Reflective Thought blog Luis Atencio takes a look at the current state of dependency injection in PHP and shares a simple refactor from non-DI to code that uses it as a service locator.

If you have worked with frameworks such as Spring or Google Guice, you will understand the power and flexibility that dependency injection provides your humongous code base. [...] One quick drawback that I see is that the stateless nature of PHP makes things like object containers not very practical.

He proposes a slightly different kind of dependency injection system, one more akin to what's provided in the Java world where annotation and reflection are components of the integration. He provides a code sample of how this would look and points to Java's JSR-330 standard for some of the annotation examples (like "@inject" or "@scope").

0 comments voice your opinion now!
dependency injection java suggestion container service resource


blog comments powered by Disqus

Similar Posts

Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I

Charles Sprayberry's Blog: DI and global state

Community News: What PHP Needs (A Twitter Thread)

Charles Sprayberry's Blog: Why you should use DI

Artur Ejsmont's Blog: A few words on bugs and software quality


Community Events











Don't see your event here?
Let us know!


code conference development example podcast zendframework2 testing series community interview composer framework object functional tool opinion unittest release language introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework