Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.12 KB

Aria2 PHP Client

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.