Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 411 Bytes

README.markdown

File metadata and controls

12 lines (9 loc) · 411 Bytes

Symfony Service Container

The Symfony Service Container is a dependency injection container. It is a standalone component. To use it, you first need to register the autoloader:

[php]
require_once '/path/to/lib/sfServiceContainerAutoloader.php';
sfServiceContainerAutoloader::register();

The component is part of the symfony framework and released under the MIT license.