Downloader Class is made for developers to ease file downloading process.
It auto creates zip file for users to download, for developers, all you need to do is to tell Downloader Class, what files you want to add to the zip.
And what is more, it is using chunk download mechanism, which makes large file download possible.
Use Downloader Class to build a download system is super easy.
Features:
Simple API calls Auto zip files Debug mode built in Option to keep or auto delete the temporary zip files Set download file name Add files directly or even add from folders
Manual file: http://www.the-di-lab.com/cc-demo/php/downloadclass/manual/index.html
Manual file is included in download file.