devphp-pmro / devphp-file-download
file download is simple
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devphp-pmro/devphp-file-download
Requires
This package is auto-updated.
Last update: 2025-10-05 20:51:59 UTC
README
To install the library, run the following command:
composer require devphp-pmro/devphp-file-download
To use the library, simply require the composer to autoload, invoke the class and call the method:
<? php require __DIR__. '/vendor/autoload.php'; use Src\devphp\Download; require_once __DIR__."/../vendor/autoload.php"; 1º - caminho para o arquivo 2º - o aquivo a ser baixado $dl = new Download(); $dl->downloadExec( $_SERVER['DOCUMENT_ROOT']."/devphp-file-download/exemplo/", "file.txt" ); ?>
Developers
- [Leonardo] - Developer of this library!
- [devphp] - Official website: https://devphp-pmro.github.io/
- [Download] - Lib from Apfelbox\FileDownload\FileDownload
License
MIT