Download the PHP package amarkhai/parallel-downloader-bundle without Composer
On this page you can find all versions of the php package amarkhai/parallel-downloader-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amarkhai/parallel-downloader-bundle
More information about amarkhai/parallel-downloader-bundle
Files in amarkhai/parallel-downloader-bundle
Download amarkhai/parallel-downloader-bundle
More information about amarkhai/parallel-downloader-bundle
Files in amarkhai/parallel-downloader-bundle
Vendor amarkhai
Package parallel-downloader-bundle
Short Description The bundle for downloading files concurrently
License MIT
Package parallel-downloader-bundle
Short Description The bundle for downloading files concurrently
License MIT
Please rate this library. Is it a good library?
Informations about the package parallel-downloader-bundle
The Symfony bundle for concurrent downloading files by Guzzle
Installation
Usage
For downloading run method "download" with an array<string, string>, where value is the link for file which you need to download and key is the name which will be used for saving the file:
Additional parameters
The method download has 2 additional parameters:
- subFolder - the name of folder inside download folder (see below) where files from the list will be saved
- options - Array of Guzzle request options to apply to each request.
Configuration
It's possible to change some parameters in configuration files:
- Folder for saving files
- Quantity of retries after failure downloadings
- Maximum number of requests to send concurrently
Here are default values for these parameters:
All versions of parallel-downloader-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
guzzlehttp/guzzle Version ^7.4
symfony/http-kernel Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/config Version ^6.0
guzzlehttp/guzzle Version ^7.4
symfony/http-kernel Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/config Version ^6.0
The package amarkhai/parallel-downloader-bundle contains the following files
Loading the files please wait ....