PHP-DI / Slim-Bridge

PHP-DI integration with the Slim framework
http://php-di.org/doc/frameworks/slim.html
MIT License
176 stars 38 forks source link

Updated request attribute injection for Slim v4 #62

Closed benyafai closed 4 years ago

benyafai commented 4 years ago

The example for "Request attribute injection" was not compatible for Slim v4, I have updated it. This assumes there is a use Psr\Http\Server\RequestHandlerInterface;.

This addresses Issue #59.