library php-rtorrent-client
PHP XMLRPC client for rTorrent
phildier/php-rtorrent-client
PHP XMLRPC client for rTorrent
- Tuesday, February 20, 2018
- by phildier
- Repository
- 1 Watchers
- 5 Stars
- 345 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 8 Versions
- 1 % Grown
PHP XMLRPC client for rtorrent
Provides a simple, composer-installable XMLRPC client for communicating with the rTorrent bittorrent client, (*1)
Requirements
- PHP 5.5.0
- PHP curl extension
- PHP xmlrpc extension
Installation
Installation through composer is recommended:, (*2)
composer require phildier/php-rtorrent-client
, (*3)
Example usage
<?php
require_once("../vendor/autoload.php");
$client = new PHPRtorrentClient\Client(array('rpc_address'=>"http://localhost:8981/RPC2"));
$request = new PHPRtorrentClient\Request("system.listMethods");
$methods = $client->exec($request);
print_r($methods->getAll());
Resources
rTorrent XMLRPC references:, (*4)
- https://code.google.com/p/pyroscope/wiki/RtXmlRpcReference
- https://code.google.com/p/gi-torrent/wiki/rTorrent_XMLRPC_reference
- http://scratchpad.wikia.com/wiki/RTorrentCommands
dev-master
9999999-dev
PHP XMLRPC client for rTorrent
Sources
Download
BSD-4-Clause
BSD
The Requires
by
Phil Dier
v0.2.1
0.2.1.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.2.0
0.2.0.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.1.5
0.1.5.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.1.4
0.1.4.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.1.3
0.1.3.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.1.1
0.1.1.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.1.0
0.1.0.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier