PHPackages                             tadcka/downloader - 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. tadcka/downloader

ActiveLibrary

tadcka/downloader
=================

Tadcka downloader component

0241PHP

Since Sep 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tadcka/Downloader)[ Packagist](https://packagist.org/packages/tadcka/downloader)[ RSS](/packages/tadcka-downloader/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Downloader
==========

[](#downloader)

[![Build Status](https://camo.githubusercontent.com/6d2df13f1ad003c72e60ee8ce2e99ff6f8b6787d48c01db7563a575754ca9c84/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f446f776e6c6f616465722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/Downloader/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c3a237a19eb19f02588fd981879f37c01a7092387615a14f0f75ef9f05efa2b3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f446f776e6c6f616465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/Downloader/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/7500b899a26b16c390031a7bebbdd27d3ca3682427d4f8fe96adf9ebfa5218e4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f446f776e6c6f616465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/Downloader/?branch=master)

Downloader component.

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

[](#installation)

### Step 1: Download TadckaPaginatorBundle using composer

[](#step-1-download-tadckapaginatorbundle-using-composer)

Add Downloader in your composer.json:

```
{
    "require": {
        "tadcka/downloader": "dev-master"
    }
}
```

Now tell composer to download the component by running the command:

```
$ php composer.phar update tadcka/downloader
```

### Step 3: How use?

[](#step-3-how-use)

File downloader example:

```
use Tadcka\Component\Downloader\FileDownloader;
use Symfony\Component\Filesystem\Filesystem;

...

$fileDownloader = new FileDownloader(new Filesystem());
$fileDownloader->download('https://test.org/test.txt', '/download-test/');
```

Image downloader example:

```
use Tadcka\Component\Downloader\Image\ImageDownloader;
use Symfony\Component\Filesystem\Filesystem;

...

$imageDownloader = new ImageDownloader(new Filesystem());
$imageDownloader->download('https://test.org/test.png', '/download-test/');
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ddfa322db7376aeb74409dfb0d7a1349818e2567b8f3e3010d60d5a187d4ea9?d=identicon)[Tadcka](/maintainers/Tadcka)

---

Top Contributors

[![tadcka](https://avatars.githubusercontent.com/u/2020827?v=4)](https://github.com/tadcka "tadcka (15 commits)")[![egils](https://avatars.githubusercontent.com/u/399994?v=4)](https://github.com/egils "egils (2 commits)")

### Embed Badge

![Health badge](/badges/tadcka-downloader/health.svg)

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

PHPackages © 2026

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