Akra’s DevNotes: Dependency Injection in Slim 4

  • You are here: Free PHP » Uncategorized » Akra’s DevNotes: Dependency Injection in Slim 4

In contrast with Slim 2 and Slim 3, Slim 4 does not ship with a DI container, but instead, supports any PSR-11 compatibly DI container that you provide. This is part of Slim 4's commitment to interoperability via the PHP-FIG standards. The easiest way to add a container to your Slim application is ...

Powered by Gewgley