CodeIgniter Forums
[split] PSR 7 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: [split] PSR 7 (/showthread.php?tid=61873)



[split] PSR 7 - ivantcholakov - 05-26-2015

PSR-7 https://github.com/php-fig/http-message
Maybe this is important.

Edit: http://www.php-fig.org/psr/psr-7/
Edit2: ZF3 has the intention to adopt this standard. Watch this video https://www.youtube.com/watch?v=B7aSNUa1rJo


RE: [split] PSR 7 - no1youknowz - 06-02-2015

I hope something like this gets implemented: https://twitter.com/lsmith/status/605366922536972288


RE: [split] PSR 7 - ivantcholakov - 06-10-2015

@no1youknowz

I read the material you've pointed out and a fuzzy idea occurred to me. Maybe it could be possible an optional CI3-compatibility package (a CI3 API emulator) to be written. When it is installed, it could capture certain routes. The rest of the routes are to be served by CI4 code. Thus an application could be rewritten to CI4 gradually.