PHPackages                             nyatmeat/xml-string-streamer-guzzle - 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. nyatmeat/xml-string-streamer-guzzle

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

nyatmeat/xml-string-streamer-guzzle
===================================

Stream provider for Guzzle for use with xml-string-streamer for guzzle 6

1.1(5y ago)04MITPHPPHP &gt;=7.2.0

Since May 1Pushed 5y agoCompare

[ Source](https://github.com/nyatMeat/xml-string-streamer-guzzle)[ Packagist](https://packagist.org/packages/nyatmeat/xml-string-streamer-guzzle)[ Docs](https://github.com/nyatmeat/xml-string-streamer)[ RSS](/packages/nyatmeat-xml-string-streamer-guzzle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (16)Used By (0)

xml-string-streamer-guzzle [![Build Status](https://camo.githubusercontent.com/f5c0fc9b76ea3592a3684c81e669545f3f8d2df45e42f690645ec4bb1d4dbaa5/68747470733a2f2f7472617669732d63692e6f72672f707265776b2f786d6c2d737472696e672d73747265616d65722d67757a7a6c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prewk/xml-string-streamer-guzzle) [![StyleCI](https://camo.githubusercontent.com/79bf5442d29b9fafe4fb034f61e296556339418670441f8b564f6ebee30ade92/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f31393335333139372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/19353197?branch=master)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#xml-string-streamer-guzzle--)

Use with [xml-string-streamer](https://github.com/prewk/xml-string-streamer)

What is it?
-----------

[](#what-is-it)

Streams large XML files with low memory consumption, over HTTP using [Guzzle](http://guzzlephp.org).

Installing
----------

[](#installing)

Run `composer require nyatmeat/xml-string-streamer-guzzle` to install this package.

Examples
--------

[](#examples)

```
use Prewk\XmlStringStreamer;
use Prewk\XmlStringStreamer\Stream;
use Prewk\XmlStringStreamer\Parser;

$url = "http://example.com/really-large-xml-file.xml";

$CHUNK_SIZE = 1024;
$stream = Guzzle::createForFile($url, $CHUNK_SIZE);
or for stream interface
$stream = Guzzle::createForPsrStream($psrStream, $CHUNK_SIZE);
$parser = new Parser\StringWalker();

$streamer = new XmlStringStreamer($parser, $stream);

while ($node = $streamer->getNode()) {
	// ...
}
```

For more info, see the [xml-string-streamer](https://github.com/prewk/xml-string-streamer) repo.

Compatibility
-------------

[](#compatibility)

- For PHP &gt;= 5.5 with Guzzle 6 compatibility, use version `0.4.0`
- For PHP &gt;= 7.2 with Guzzle 7 compatibility, use latest (`1.0.0` and onwards)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~180 days

Recently: every ~82 days

Total

14

Last Release

2100d ago

Major Versions

0.4.0 → 1.0.02020-09-30

PHP version history (3 changes)0.0.1PHP &gt;=5.4.0

0.1.0PHP &gt;=5.5.0

1.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26892345?v=4)[Alexander](/maintainers/nyatMeat)[@nyatMeat](https://github.com/nyatMeat)

---

Top Contributors

[![prewk](https://avatars.githubusercontent.com/u/640102?v=4)](https://github.com/prewk "prewk (20 commits)")[![david-kristin](https://avatars.githubusercontent.com/u/48394811?v=4)](https://github.com/david-kristin "david-kristin (1 commits)")[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (1 commits)")[![nullthoughts](https://avatars.githubusercontent.com/u/11416468?v=4)](https://github.com/nullthoughts "nullthoughts (1 commits)")[![nyatMeat](https://avatars.githubusercontent.com/u/26892345?v=4)](https://github.com/nyatMeat "nyatMeat (1 commits)")[![yushkevichv](https://avatars.githubusercontent.com/u/2371017?v=4)](https://github.com/yushkevichv "yushkevichv (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nyatmeat-xml-string-streamer-guzzle/health.svg)

```
[![Health](https://phpackages.com/badges/nyatmeat-xml-string-streamer-guzzle/health.svg)](https://phpackages.com/packages/nyatmeat-xml-string-streamer-guzzle)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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