PHPackages                             balpom/guzzle-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. [HTTP &amp; Networking](/categories/http)
4. /
5. balpom/guzzle-downloader

ActiveLibrary[HTTP &amp; Networking](/categories/http)

balpom/guzzle-downloader
========================

Downloads the contents of the specified URI (or file).

v1.1.1(1y ago)122MITPHPPHP &gt;=8.1

Since May 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/balpom/guzzle-downloader)[ Packagist](https://packagist.org/packages/balpom/guzzle-downloader)[ Docs](https://www.balpom.ru)[ RSS](/packages/balpom-guzzle-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

balpom/guzzle-downloader
========================

[](#balpomguzzle-downloader)

Simple realisation of Balpom\\UniversalDownloader\\PSR18DownloadInterface based on Guzzle PHP HTTP client.
----------------------------------------------------------------------------------------------------------

[](#simple-realisation-of-balpomuniversaldownloaderpsr18downloadinterface-based-on-guzzle-php-http-client)

This downloader is a simple realisation of PSR18DownloadInterface from [balpom/universal-downloader](https://github.com/balpom/universal-downloader), based on Guzzle PHP HTTP client ([guzzle/guzzle](https://github.com/guzzle/guzzle); see more information on [https://guzzlephp.org](https://guzzlephp.org/)).

### Requirements

[](#requirements)

- **PHP &gt;= 8.1**

### Installation

[](#installation)

#### Using composer (recommended)

[](#using-composer-recommended)

```
composer require balpom/guzzle-downloader
```

### Guzzle downloader usage sample

[](#guzzle-downloader-usage-sample)

```
$downloader = new \Balpom\GuzzleDownloader\Downloader();
$downloader = $downloader->get('https://ipmy.ru/ip');
$result = $downloader->result();
echo $result ->code() . PHP_EOL; // Must be 200.
echo $result ->content() . PHP_EOL; // Must be your IP.
echo $result ->mime() . PHP_EOL; // Must be "text/html".
```

Method "response()" return PSR7 Response (Psr\\Http\\Message\\RequestInterface: ).

```
print_r($result->response());
```

### Opportunities for extension

[](#opportunities-for-extension)

Protected method "downloader()" return Balpom\\UniversalDownloader\\Downloader, which created into constructor of Downloader.php. And protected method client() return GuzzleHttp\\Client (which also created into constructor of Downloader.php).

### License

[](#license)

MIT License See [LICENSE.MD](LICENSE.MD)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~3 days

Total

3

Last Release

714d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5604ae7cc0bdc12fd8cf8867f3518ec3c9628f13707f127e700cdac1aec70b56?d=identicon)[balpom](/maintainers/balpom)

---

Top Contributors

[![balpom](https://avatars.githubusercontent.com/u/141855513?v=4)](https://github.com/balpom "balpom (6 commits)")

---

Tags

httpurlurihttpsclientwebhttp clientpsr-18Guzzlefilecontentwrapperfacadedownloadsitedownloaderpsr18universalhttps-client

### Embed Badge

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

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

###  Alternatives

[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

538204.9M23](/packages/league-uri-interfaces)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)[amphp/http-client-guzzle-adapter

Guzzle adapter for Amp's HTTP client.

1523.6k1](/packages/amphp-http-client-guzzle-adapter)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[amphp/http-client-psr7

PSR-7 adapter for Amp's HTTP client.

1454.7k4](/packages/amphp-http-client-psr7)

PHPackages © 2026

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