appserver-io / appserver

A multithreaded application server for PHP, written in PHP.
http://appserver.io/
Open Software License 3.0
964 stars 101 forks source link

[appserver-io/http] Integrate newly accepted PSR-7 #832

Open wick-ed opened 9 years ago

wick-ed commented 9 years ago

The PSR-7 recently got accepted. The latest changes have to be reviewed and adjustments to our interfaces and implementations have to be made in order to be fully PSR-7 compliant.

UAC:

smolinari commented 9 years ago

Lovin it! :+1:

Scott

wick-ed commented 9 years ago

Hehe, hold your horses. ;) We have to evaluate the needed changes first. If there is a need to break backwards compatibility for our current interfaces we might have to stretch the change to not break with semantic versioning.

smolinari commented 9 years ago

I hope there are no serious changes needed. But, if they need to wait to 2.0, then so be it. The main communication is, appserver intends to be as standards conform as possible. That is always good!

Scott

mindplay-dk commented 7 years ago

So uhm. Two years later. Is this still happening?

We'll have PSR-15 soon, and at that point, things will really start to take off - in fact, they kind of already are.

If you can get PSR-7 support in there, PSR-15 should then be right at hand.

wagnert commented 7 years ago

@mindplay-dk It'll happen. We're actually working on a project, as soon as we've finished it, we'll implement PSR-7 and hopefully PSR-15 also.