luan220 / utorrent
uTorrent WEB API
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/luan220/utorrent
This package is not auto-updated.
Last update: 2025-10-03 08:58:51 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?
- 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 fi