jkuchar / filedownloader-example
FileDownloader example
1.0.0
2014-09-18 13:47 UTC
Requires
- php: >= 5.3.0
- jkuchar/filedownloader: ~1.2.0
- nette/nette: >= 2.0
This package is auto-updated.
Last update: 2024-10-21 19:40:54 UTC
README
abandoned Please use Nette\Application\Responses\FileResponse instead. Of if you are looking for hi-speed solution take a look at X-Accel/NGINX or X-Sendfile/Apache.
Ideal starting point for exploring File Downloader addon.
Installation
composer create-project jkuchar/filedownloader-example filedownloader-example
- Done!