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

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

prewk/xml-string-streamer-guzzle
================================

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

1.2.1(4y ago)16348.6k—5.9%7[1 PRs](https://github.com/prewk/xml-string-streamer-guzzle/pulls)3MITPHPPHP &gt;=7.2.0CI failing

Since May 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/prewk/xml-string-streamer-guzzle)[ Packagist](https://packagist.org/packages/prewk/xml-string-streamer-guzzle)[ Docs](https://github.com/prewk/xml-string-streamer)[ RSS](/packages/prewk-xml-string-streamer-guzzle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (19)Used By (3)

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 prewk/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 = new Stream\Guzzle($url, $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

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~179 days

Recently: every ~85 days

Total

16

Last Release

1714d 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/640102?v=4)[Oskar Thornblad](/maintainers/prewk)[@prewk](https://github.com/prewk)

---

Top Contributors

[![prewk](https://avatars.githubusercontent.com/u/640102?v=4)](https://github.com/prewk "prewk (23 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)")[![yushkevichv](https://avatars.githubusercontent.com/u/2371017?v=4)](https://github.com/yushkevichv "yushkevichv (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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