Search code examples
phpdependency-injectiondesign-patternsphp4

Is there a Dependency Injection framework for PHP4?


I'm stuck on a PHP 4 server, and I would like to start moving an old legacy project to modern Design Patterns, including Dependency Injection. Are there any dependency injection frameworks that will work with PHP 4?


Solution

  • i found this (drip), but it looks like it hasn't been updated in a few years.