alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Get our Request/Response classes to implement PSR-7 #194

Open alphadevx opened 9 years ago

alphadevx commented 9 years ago

If we are going to do this, it makes sense to do it as part of the 2.0 release. The required interfaces are here:

http://www.php-fig.org/psr/psr-7/

alphadevx commented 9 years ago

Good article on this here: https://mwop.net/blog/2015-01-26-psr-7-by-example.html

alphadevx commented 9 years ago

Moving this to the backlog, as I'm still not convinced about the benefits of PSR-7.