PHPackages                             ensi/guzzle-multibyte - 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. ensi/guzzle-multibyte

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

ensi/guzzle-multibyte
=====================

guzzle multibyte

0.2.3(3mo ago)283.9k↓25.6%1MITShellPHP ^8.1CI passing

Since Jan 21Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/ensi-platform/guzzle-multibyte)[ Packagist](https://packagist.org/packages/ensi/guzzle-multibyte)[ RSS](/packages/ensi-guzzle-multibyte/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (8)Used By (0)

Guzzle multibyte
================

[](#guzzle-multibyte)

[![Latest Version on Packagist](https://camo.githubusercontent.com/aa4cde77926bfd1b3ab43f1f046b948c1c1ea314ef7ec7990816bead980b3acc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e73692f67757a7a6c652d6d756c7469627974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ensi/guzzle-multibyte)[![Tests](https://github.com/ensi-platform/guzzle-multibyte/actions/workflows/run-tests.yml/badge.svg?branch=master)](https://github.com/ensi-platform/guzzle-multibyte/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/364d1980a968fa39a61ff732d60fe9afd615114ab4724967c61797f84d12ace4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e73692f67757a7a6c652d6d756c7469627974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ensi/guzzle-multibyte)

This package provides improved BodySummarizer() that can correctly handle and truncate large multibyte responses.

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

[](#installation)

You can install the package via composer:

```
composer require ensi/guzzle-multibyte
```

Basic usage
-----------

[](#basic-usage)

```
use Ensi\GuzzleMultibyte\BodySummarizer;
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Middleware;

/** @var HandlerStack $handler */
$handler->push(Middleware::httpErrors(new BodySummarizer()), 'http_errors');

$client = new Client([
    'handler' => $handler,
]);
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

### Testing

[](#testing)

1. composer install
2. composer test

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance81

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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 ~295 days

Recently: every ~259 days

Total

6

Last Release

98d ago

PHP version history (2 changes)0.1.0PHP ^8.0

0.2.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8089373?v=4)[Наталия](/maintainers/MsNatali)[@MsNatali](https://github.com/MsNatali)

![](https://avatars.githubusercontent.com/u/7352966?v=4)[Andrey](/maintainers/dimionx)[@DimionX](https://github.com/DimionX)

---

Top Contributors

[![MsNatali](https://avatars.githubusercontent.com/u/8089373?v=4)](https://github.com/MsNatali "MsNatali (13 commits)")[![LeraSt](https://avatars.githubusercontent.com/u/96006397?v=4)](https://github.com/LeraSt "LeraSt (2 commits)")[![valerialukinykh](https://avatars.githubusercontent.com/u/123940772?v=4)](https://github.com/valerialukinykh "valerialukinykh (2 commits)")[![arrilot](https://avatars.githubusercontent.com/u/2826480?v=4)](https://github.com/arrilot "arrilot (1 commits)")[![C0rTeZ13](https://avatars.githubusercontent.com/u/120840631?v=4)](https://github.com/C0rTeZ13 "C0rTeZ13 (1 commits)")[![setopt](https://avatars.githubusercontent.com/u/38655841?v=4)](https://github.com/setopt "setopt (1 commits)")[![DimionX](https://avatars.githubusercontent.com/u/7352966?v=4)](https://github.com/DimionX "DimionX (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ensi-guzzle-multibyte/health.svg)

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

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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