News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Introducing Bucket A Minimal Dependency Injection Container for PHP
May 11, 2009 @ 07:58:04

On the SitePoint PHP blog Troels Knak-Nielsen has posted about a new tool he's whipped up to handle dependency injections - Bucket.

I got fed up with the lack of a decent DI-container for PHP, so today I created Bucket. To be clear, what I think is wrong with the currently available containers (at least that I'm aware of) is that they either are unstable, abandoned, require a lot of up-front configuration in external XML-files, or are tightly integrated into some full-stack framework. I had my hopes up for Phemto for a while, but it seems that progress has stalled.

He includes a few bits of examples code in the post showing how to use type hinting, the factory method, callbacks and its support for child scopes. If you'd like to check it out for yourself, you can clone it from github.

0 comments voice your opinion now!
dependency injection bucket container github


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Testing Code That Uses Singletons

NetTuts.com: Dependency Injection in PHP

Sebastian Bergmann's Blog: PHPUnit Development Moved to GitHub

Fabien Potencier's Blog: Pimple, the small dependency injection container for PHP 5.3

Kevin Schroeder's Blog: Handling ZF2 FQ Dependency Setter Injections


Community Events











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


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

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