Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

fabpot-graveyard/dependency-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[DEPRECATED] The Symfony Dependency Injection Container component (not maintained anymore) - see http://github.com/symfony/DependencyInjection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages