This package is a fluent JSON-RPC client for a running aria2c daemon.
use Dasundev\LaravelAria2\Facades\Aria2;
use Dasundev\LaravelAria2\Transfer\TransferStatus;
Aria2::url('https://example.com/file.iso')
->dir(storage_path('app/downloads/1'))
->onProgress(function (TransferStatus $status) {
//
})
->download();You can find the documentation here, which provides detailed information on installing and using the package.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
Laravel Aria2 is open-sourced software licensed under the MIT license.