library php-rtorrent-client
PHP XMLRPC client for rTorrent
rewrewby/php-rtorrent-client
PHP XMLRPC client for rTorrent
- Friday, August 25, 2017
- by rewrewby
- Repository
- 1 Watchers
- 0 Stars
- 47 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 12 Versions
- 4 % 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 rewrewby/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
The Requires
by
Phil Dier
v0.2.24
0.2.24.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.2.23
0.2.23.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.2.22
0.2.22.0
PHP XMLRPC client for rTorrent
Sources
Download
BSD
The Requires
by
Phil Dier
v0.2.21
0.2.21.0
PHP XMLRPC client for rTorrent
Sources
Download
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