News Feed
Jobs Feed
Sections




News Archive
Box UK Labs:
Dependency Injection and Reflection library
December 21, 2010 @ 08:45:24

On the Box UK Labs site there's an interesting dependency injection tool that uses Reflection to get some of the work done.

Dependency injection is a well known concept, and there are currently a plethora of DI containers available from one of the interweb's many pipes. These include Symfony and Crafty, while the Zend Framework also has its own DI container. So why another? One of my personal goals as a developer is to make things so simple, even I can understand them. But most of the DI containers I've come across require too much configuration, and usually via XML - yuck! So how is ours different?

The tool, boxuk-di, makes use of the Addendum tool to create injectable objects easily accessed via a namespace. You can also use type hinting, scoping and annotations to do special things (like make singleton injection objects). The also mention how primitives are used as well as dispelling some of the misconceptions around reflection and this particular tool.

0 comments voice your opinion now!
reflection dependency injection library boxuklabs


blog comments powered by Disqus

Similar Posts

Kevin van Zonneveld's Blog: Porting PHP to Javascript

Phil Sturgeon's Blog: Give CodeIgniter's Parser library more kick with Dwoo

PHPMaster.com: Generate QR Codes in PHP

PHPit.net: Taking a first look at the AutoCRUD for PHP library

DevShed: Drawing More Complex Shapes with the GD Library in PHP


Community Events











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


example application podcast testing database introduction release language development api functional interview series phpunit zendframework2 community framework opinion code composer

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