News Feed
Jobs Feed
Sections




News Archive
Juan Treminio:
An introduction to Pimple and Service Containers
October 05, 2012 @ 11:18:02

Juan Treminio has a new post to his site introducing the ideas behind Pimple and service containers, two very similar approaches to dependency management in your applications.

Recently I've picked up the Silex framework for a project I'm building. It uses a service container for managing dependencies in your application [Pimple], which is great for defining (not instantiating) objects and their default behaviors in a single location, rather than sprinkled throughout your code in a multitude of places. [...] Using Pimple you can define several hundreds of objects, and then easily instantiate them using the container object.

He goes through some example code showing how to use Pimple to create and manage the dependencies by creating several instances of DateTime objects. He shows how this can then be "upgraded" to a service container by defining something like a PDO object (database connection) inside it. He also mentions some of the benefits that come with its use - easy resource swapping, simpler mocking for testing and allows the use of the Inversion of Control pattern.

0 comments voice your opinion now!
pimple service container resource dependency tutorial


blog comments powered by Disqus

Similar Posts

CodeIgniter Blog: CodeIgniter Community Voice - Generating PDF files using CodeIgniter

ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections

DevShed: Working with PHP and MySQL

PHPBuilder.com: Tracking User Activity in PHP with Cookies and Sessions

WS02 Oxygen Tank: PHP SOAP Extension


Community Events











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


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

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