neosoftware/deluge-php
Composer 安装命令:
composer require neosoftware/deluge-php
包简介
Deluge php package from console
README 文档
README
Php package from deluge console
Install
Run composer require neosoftware/deluge-php
Use
$delugeConsole = new DelugeConsole([ 'host' => 'localhost', 'user' => 'deluge', 'password' => 'deluge', ]); $torrents = (new InfoCommand($delugeConsole))->torrentList(); foreach($torrents as $torrent){ print $torrent->name . ' '. $torrent->eta . PHP_EOL; }
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: gpl
- 更新时间: 2020-01-16