2017 © Pedro Peláez
 

library php-rtorrent-client

PHP XMLRPC client for rTorrent

image

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

The README.md

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

The Versions

20/02 2018

dev-master

9999999-dev

PHP XMLRPC client for rTorrent

  Sources   Download

BSD-4-Clause BSD

The Requires

 

by Phil Dier

18/06 2015

v0.2.1

0.2.1.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

17/06 2015

v0.2.0

0.2.0.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

16/06 2015

v0.1.5

0.1.5.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

16/06 2015

v0.1.4

0.1.4.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

16/06 2015

v0.1.3

0.1.3.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

16/06 2015

v0.1.1

0.1.1.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

16/06 2015

v0.1.0

0.1.0.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier