flowjs / flow-php-server

flow.js php server library, validates uploaded chunks and safely merges all chunks to a single file
http://flowjs.github.io/ng-flow/
MIT License
245 stars 42 forks source link

Implement PSR-7 compatible request #21

Open damienalexandre opened 9 years ago

damienalexandre commented 9 years ago

The current Request is not compatible with the new PSR-7: http://www.php-fig.org/psr/psr-7/

This could provide better compatibility with Symfony / Zend3... and a lot more.

AidasK commented 9 years ago

Great idea. Contributions are welcome!