scolib / aria2
A Simple Aria2 JSON-RPC client.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/scolib/aria2
Requires
- php: ~7.2
Requires (Dev)
- phpunit/phpunit: >=8.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-09-13 20:13:20 UTC
README
A Simple Aria2 JSON-RPC client.
安装
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.