Download the PHP package rndoom04/downloader without Composer
On this page you can find all versions of the php package rndoom04/downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rndoom04/downloader
More information about rndoom04/downloader
Files in rndoom04/downloader
Download rndoom04/downloader
More information about rndoom04/downloader
Files in rndoom04/downloader
Vendor rndoom04
Package downloader
Short Description PHP simple file downloader - send file to download.
License MIT
Package downloader
Short Description PHP simple file downloader - send file to download.
License MIT
Please rate this library. Is it a good library?
Informations about the package downloader
PHP Simple File Downloader
A lightweight, robust PHP library for sending files to the browser as a download. It handles MIME types, output buffering, and memory management for you.
Features
- Automatic MIME Type Detection: Uses the
skyzyx/mimetypescomponent to correctly identify file types. - Buffer Management: Automatically clears all output buffers and disables compression to prevent corrupted binary downloads.
- Resource Efficient: Uses file pointers and streams, making it suitable for serving large files without hitting memory limits.
- Flexible Sources: Create downloads from existing files or directly from raw strings (e.g., dynamic CSV/logs).
Installation
Install the package via Composer:
composer require rndoom04/downloaderAll versions of downloader with dependencies
PHP Build Version
Package Version
The package rndoom04/downloader contains the following files
Loading the files please wait ...