PHPackages                             amarkhai/parallel-downloader-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. amarkhai/parallel-downloader-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

amarkhai/parallel-downloader-bundle
===================================

The bundle for downloading files concurrently

v0.1(4y ago)06MITPHPPHP &gt;=8.0

Since Jan 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/amarkhai/parallel-downloader-bundle)[ Packagist](https://packagist.org/packages/amarkhai/parallel-downloader-bundle)[ RSS](/packages/amarkhai-parallel-downloader-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

The Symfony bundle for concurrent downloading files by Guzzle
=============================================================

[](#the-symfony-bundle-for-concurrent-downloading-files-by-guzzle)

Installation
------------

[](#installation)

```
composer require amarkhai/parallel-downloader-bundle
```

Usage
-----

[](#usage)

For downloading run method "download" with an array&lt;string, string&gt;, 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:

```
    public function __construct(DownloadManager $downloadManager)
    {
        $this->downloadManager = $downloadManager;
    }

    public function foo()
    {
        $this->downloadManager->download([
            'filename1' => 'https://mysite.com/test1.png',
            'filename2' => 'https://mysite.com/test2.png',
            'filename3' => 'https://mysite.com/test3.png',
        ]);
    }
```

Additional parameters
---------------------

[](#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
-------------

[](#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:

```
# config/packages/amarkhai_parallel_downloader.yaml
parameters:
  amarkhai_parallel_downloader.download_files_folder: '%kernel.project_dir%/var/downloads'
  amarkhai_parallel_downloader.download_retry: 3
  amarkhai_parallel_downloader.download_concurrency: 10
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1576d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23c3a2a90b162faf22a2e5bf1b08432f5916654fb66ed06ed5543f0383bd10b4?d=identicon)[andrew\_marhai](/maintainers/andrew_marhai)

---

Top Contributors

[![amarkhai](https://avatars.githubusercontent.com/u/38560184?v=4)](https://github.com/amarkhai "amarkhai (1 commits)")

### Embed Badge

![Health badge](/badges/amarkhai-parallel-downloader-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/amarkhai-parallel-downloader-bundle/health.svg)](https://phpackages.com/packages/amarkhai-parallel-downloader-bundle)
```

###  Alternatives

[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[symfony/ux-lazy-image

Lazy image loader and utilities for Symfony

36335.2k](/packages/symfony-ux-lazy-image)[symfony/ux-toggle-password

Toggle visibility of password inputs for Symfony Forms

26508.0k5](/packages/symfony-ux-toggle-password)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
