phildier/php-rtorrent-client
最新稳定版本:v0.2.1
Composer 安装命令:
composer require phildier/php-rtorrent-client
包简介
PHP XMLRPC client for rTorrent
README 文档
README
PHP XMLRPC client for rtorrent
Provides a simple, composer-installable XMLRPC client for communicating with the rTorrent bittorrent client
Requirements
- PHP 5.5.0
- PHP curl extension
- PHP xmlrpc extension
Installation
Installation through composer is recommended:
composer require phildier/php-rtorrent-client
Example usage
<?php
require_once("../vendor/autoload.php");
$client = new PHPRtorrentClient\Client(array('rpc_address'=>"http://localhost:8981/RPC2"));
$request = new PHPRtorrentClient\Request("system.listMethods");
$methods = $client->exec($request);
print_r($methods->getAll());
Resources
rTorrent XMLRPC references:
统计信息
- 总下载量: 492
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2015-06-16