2017 © Pedro Peláez
 

library php-rtorrent-client

PHP XMLRPC client for rTorrent

image

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

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 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

The Versions

25/08 2017

dev-master

9999999-dev

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

08/10 2016

v0.2.24

0.2.24.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

13/05 2016

v0.2.23

0.2.23.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

13/05 2016

v0.2.22

0.2.22.0

PHP XMLRPC client for rTorrent

  Sources   Download

BSD

The Requires

 

by Phil Dier

26/04 2016

v0.2.21

0.2.21.0

PHP XMLRPC client for rTorrent

  Sources   Download

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