* Package name : php-di-slim-bridge Version : 2.0.0 Upstream Author : Matthieu Napoli <matthieu@mnapoli.fr> * URL or Web page : https://github.com/PHP-DI/Slim-Bridge * License : MIT/Expat Description : PHP-DI integration with the Slim Framework Slim is a PHP micro framework for web applications and APIs. Given it is compatible with PSR-11, Slim can work with any container framework out of the box. This package configures Slim to work with the PHP-DI container. It provides several additional features: * controllers as services, allowing dependency injection in controllers * intelligent parameter injections in controllers According to https://www.slimframework.com/docs/v4/concepts/di.html and https://www.slimframework.com/docs/v3/concepts/di.html respectively, PHP-DI is the container framework that is preferably to be used with the Slim framework. Slim and PHP-DI are already packaged in Debian. Yet the glue code in PHP-DI/Slim-Bridge has not been packaged.