Skip to content

Instantly share code, notes, and snippets.

View xprilion's full-sized avatar
:shipit:
Trying to work from home

Anubhav Singh xprilion

:shipit:
Trying to work from home
View GitHub Profile
@xprilion
xprilion / downloader.class.php
Last active March 18, 2018 06:28 — forked from psykzz/downloader.class.php
Simple rate limited downloader with example
<?php
/* *
* @filename downloader.class.php
* @author PsyKzz
* @edited_by xprilion
* @version 2.0.0
* @description Simple class to rate limit your downloads, while also providing a custom tickrate to combat timeout issues.
* @url http://www.psykzz.co.uk
* @url https://xprilion.com
*