Comment on Lumen – A micro-framework by LaravelComments−JimmaDaRustla11yThey compare it to Slim 3, which isn't completed yet, sitting in a development branch...Slim 3 will also be PSR-7 compliant, I don't see anything about that anywhere in these Lumen docs.−giaour11yThe framework's author addressed this on reddit: http://www.reddit.com/r/PHP/comments/32kajb/lumen_php_microf...−JimmaDaRustla11yInteresting. I guess he/she is implying that Lumen is PSR-7 compliant than by the last sentence?Thanks!−giaour11yLumen uses the same request and response objects as Laravel, which extend Symfony's request and response objects, on which PSR-7 is based. If Lumen isn't PSR-7 compliant once that standard is finalized, it will be shortly.
Comments
They compare it to Slim 3, which isn't completed yet, sitting in a development branch...
Slim 3 will also be PSR-7 compliant, I don't see anything about that anywhere in these Lumen docs.
The framework's author addressed this on reddit: http://www.reddit.com/r/PHP/comments/32kajb/lumen_php_microf...
Interesting. I guess he/she is implying that Lumen is PSR-7 compliant than by the last sentence?
Thanks!
Lumen uses the same request and response objects as Laravel, which extend Symfony's request and response objects, on which PSR-7 is based. If Lumen isn't PSR-7 compliant once that standard is finalized, it will be shortly.