scolib/aria2

A Simple Aria2 JSON-RPC client.

dev-master / 1.0.x-dev 2020-07-13 09:09 UTC

This package is auto-updated.

Last update: 2024-04-13 17:24:46 UTC


README

A Simple Aria2 JSON-RPC client.

Latest Version on Packagist Software License Build Status Total Downloads

安装

Via Composer

$ composer require scolib/aria2

使用

$client = new Sco\Aria2\Client();
$client->addUri($url);
$client->addTorrent($torrent);
$client->addMetalink($metalink);

感谢

https://github.com/nulastudio/Aria2

License

The MIT License (MIT). Please see License File for more information.