/php-di-example

simple example of php-di dependency injection container usage

Primary LanguagePHP

PHP-DI example

Just an example implementation of PHP-DI.

Installation

  1. Get composer
  2. cd into the project dir, run php composer.phar install
  3. open index.php. Bar should be injected into the Foo class.