You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chad Gray edited this page May 22, 2016
·
1 revision
FAQ
Where is version 2?
This library was originally written to work with Slim Framework version 2. When it came time to update for Slim 3, it was decided to keep this library's major version in sync with that of the slim framework.
Can I use the message bridge with other frameworks?
The Request bridge can handle any incoming PSR-7 ServerRequestInterface implementation. The response bridge will only return Slim\Http\Response objects. However these objects implement the ResponseInterface so in theory it should work with any PSR-7 compatible framework.