tboothman/utorrent-api

There is no license information available for the latest version (dev-master) of this package.

Installs: 890

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 8

Open Issues: 1

pkg:composer/tboothman/utorrent-api

dev-master 2014-09-14 19:05 UTC

This package is auto-updated.

Last update: 2025-09-14 20:35:25 UTC


README

This library lets you control uTorrent using PHP.

  • 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

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

Who?

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