Skip to content

Instantly share code, notes, and snippets.

@potfur
potfur / gist:5476498
Last active December 16, 2015 18:19
SIC - Simple [Dependency] Injection Container
<?php
namespace sic;
/**
* Simple [Dependency] Injection Container
*
* @author Michal Wachowski <wachowski.michal@gmail.com>
* @license New BSD License
*/
class SIC {