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
The MIT License (MIT). Please see License File for more information.