luan220 / utorrent
uTorrent WEB API
dev-main
2022-09-07 20:12 UTC
This package is not auto-updated.
Last update: 2024-09-20 04:03:46 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();
作者
- 最初由Miyanokouji http://forum.utorrent.com/viewtopic.php?id=27414&p=1
- 由Ultima升级 http://forum.utorrent.com/viewtopic.php?pid=320049#p320049
我已经将它添加到github上,以帮助未来的协作,增加composer支持,并使人们更容易找到