Download the PHP package vgot/real-debrid without Composer
On this page you can find all versions of the php package vgot/real-debrid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vgot/real-debrid
More information about vgot/real-debrid
Files in vgot/real-debrid
Package real-debrid
Short Description A simple API interface for real-debrid.com
License MIT
Homepage https://github.com/ValentinGot/real-debrid
Informations about the package real-debrid
Real-Debrid API
A simple API interface for real-debrid.com.
It allows you to communicate with Real-Debrid API and do things like unrestrict your download links or download some torrent files.
Getting started
Install
You may install the Real-Debrid API with Composer (recommended) or manually.
Via Composer (preferred method)
Manually
If you don't want/have composer installed on your computer, you can manually download the library by cloning it with git.
System Requirements
You need PHP >= 5.6.0.
Authentication
To retrieve your token, you must authenticate to Real-Debrid and then go to the following URL:
https://real-debrid.com/apitoken
You must have a Real-Debrid premium account to access most of the API features.
Basic usage
This section provides a quick introduction to Real-Debrid API interface and some examples.
Creating a client
Using the API
Here is some examples on how to use the Real-Debrid API.
If you want more information about the available requests, please refer to the Available requests section of the documentation.
Documentation
The current version can be seen at valentingot.github.io/real-debrid.
License
The Real-Debrid API is released under the MIT license.
https://github.com/ValentinGot/real-debrid/blob/master/LICENSE
All versions of real-debrid with dependencies
guzzlehttp/guzzle Version ^6.1
nesbot/carbon Version ^1.21
illuminate/support Version ^5.1