A PHP API Implementation of the Premiumize API.
Premiumize.me is a all-in-one website which provides Torrent-, Filehoster- & Usenet Download Cloud, VPN, VoIP and Geo Unrestrict services at an acceptable price.
The API allows for automated Torrent Downloads and File Management, so this is what this PHP API allows you to do.
You just copy the Premiumize.class.php
into your project folder, add your Customer ID and PIN, and finally:
require "Premiumize.class.php";
Take a look at the example if you struggle to find the functions based on the code.