tboothman/utorrent-api

该软件包最新版本(dev-master)没有可用的许可信息。

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

This package is auto-updated.

Last update: 2024-09-14 18:20:44 UTC


README

此库允许您使用PHP控制uTorrent。

  • 列出种子
  • 添加种子
  • 启动/停止/暂停种子
  • 添加/编辑RSS收藏夹

如何使用?

在utorrent中启用Web UI: http://www.utorrent.com/help/guides/webui

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

谁?

我已经将其添加到github,以帮助未来的协作,增加composer支持,并使其更容易被人找到。