luan220/utorrent

uTorrent WEB API

dev-main 2022-09-07 20:12 UTC

This package is not auto-updated.

Last update: 2025-05-02 06:56:48 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 fi