2017 © Pedro Peláez
 

library utorrent-api

image

tboothman/utorrent-api

  • Sunday, September 14, 2014
  • by coldwinds
  • Repository
  • 2 Watchers
  • 9 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

What?

This library lets you control uTorrent using PHP., (*1)

  • List Torrents
  • Add Torrents
  • Start / Stop / Pause torrents
  • Add / edit RSS favourites

How?

Enable the web UI in utorrent: http://www.utorrent.com/help/guides/webui, (*2)

$utorrent = new \uTorrent\Api($host, $port, $user, $pass);
$utorrent->getTorrents();

Who?

  • Originally by Miyanokouji http://forum.utorrent.com/viewtopic.php?id=27414&p=1
  • Upgraded by Ultima http://forum.utorrent.com/viewtopic.php?pid=320049#p320049

I've added this to github to aid any future collaboration, add composer support and make it easier for people to find., (*3)

The Versions

14/09 2014

dev-master

9999999-dev

  Sources   Download