Download the PHP package conorsmith/fileresponse without Composer
On this page you can find all versions of the php package conorsmith/fileresponse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download conorsmith/fileresponse
More information about conorsmith/fileresponse
Files in conorsmith/fileresponse
Download conorsmith/fileresponse
More information about conorsmith/fileresponse
Files in conorsmith/fileresponse
Vendor conorsmith
Package fileresponse
Short Description Wrapper for responses in the Symfony HttpFoundation component.
License MIT
Package fileresponse
Short Description Wrapper for responses in the Symfony HttpFoundation component.
License MIT
Please rate this library. Is it a good library?
Informations about the package fileresponse
File Response
This package wraps the Response
object of the Symfony HttpFoundation component for file output. The concrete classes allow you to avoid the boilerplate involved in setting up a file download response.
Install
Via Composer
Available File Types
- CsvFileResponse (text/csv)
- GifFileResponse (image/gif)
- JpegFileResponse (image/jpeg)
- PdfFileResponse (application/pdf)
- PngFileResponse (image/png)
- TextFileResponse (text/plain)
- ZipFileResponse (application/zip)
Examples
You can use the abstract FileResponse
class to create your own custom file responses.
All versions of fileresponse with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
2.6.*@dev
The package conorsmith/fileresponse contains the following files
Loading the files please wait ....