Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 771 Bytes

Premiumize PHP API

A PHP API Implementation of the Premiumize API.

What is Premiumize?

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.

What does the API do?

The API allows for automated Torrent Downloads and File Management, so this is what this PHP API allows you to do.

How do I use it?

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.