Download the PHP package giggsey/psr7-stream-response without Composer
On this page you can find all versions of the php package giggsey/psr7-stream-response. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download giggsey/psr7-stream-response
More information about giggsey/psr7-stream-response
Files in giggsey/psr7-stream-response
Download giggsey/psr7-stream-response
More information about giggsey/psr7-stream-response
Files in giggsey/psr7-stream-response
Vendor giggsey
Package psr7-stream-response
Short Description Build a File Response from a PSR-7 Stream
License MIT
Package psr7-stream-response
Short Description Build a File Response from a PSR-7 Stream
License MIT
Please rate this library. Is it a good library?
Informations about the package psr7-stream-response
PSR-7 Stream Response
Why?
Symfony's BinaryFileResponse allows presenting files to download to HTTP Clients. However, this expects full file paths. Some projects may want to stream a PSR-7 Stream to the client instead.
How to use
Instead of returning a BinaryFileResponse, create a PSR7StreamResponse, and return that.
Before
After
All versions of psr7-stream-response with dependencies
PHP Build Version
Package Version
The package giggsey/psr7-stream-response contains the following files
Loading the files please wait ....