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
Hello!
Now i'm using slim4 and slim psr7 implementation.. Today you have upgraded slim-http to decorators, very good update, thanks!
After upgrade i got errors in slim4 App.. If i understood right, now slim psr7 moved to slim/psr7, but composer couldn't find it..
Some modules of my system (stand-alone) using Guzzle implementation. Is it will be better, to move the entire system to Guzzle too, using new decorators?
How to do it right?)
Thanks in advance
The text was updated successfully, but these errors were encountered:
It really doesn't matter and is up to you. There is no "right" here. Personally, I'd use Nyholm's PSR-7 implementation for my Slim app as I like it and then use Guzzle as an HTTP client within my actions.
Hello!
Now i'm using slim4 and slim psr7 implementation.. Today you have upgraded slim-http to decorators, very good update, thanks!
How to do it right?)
Thanks in advance
The text was updated successfully, but these errors were encountered: