Skip to content

sairam1103/php-download-file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exensions for file downloads

What is needed

Server when support PHP files

How to install

Copy DownloadFile.php to anywhere

How to use

Easy to use

$downloadFile = new \FS\DownloadFile; $downloadFile->download('data/file.exe');

Advanced settings

$filePath = 'data/file.exe'; $fileName = 'install.exe'; $contentType = 'application/octet-stream'; $downloadFile = new \FS\DownloadFile; $downloadFile->speed(10); // 10 kb/s $downloadFile->download($filePath, $fileName, $contentType);

About

Extensions for file downloads

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%