PHPackages                             prewk/xml-streamer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. prewk/xml-streamer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

prewk/xml-streamer
==================

Stream large XML files with low memory consumption.

0.5.0(11y ago)5247.1k↓40%32MITPHPPHP &gt;=5.3.0

Since Apr 26Pushed 11y ago7 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

XmlStreamer [![Build Status](https://camo.githubusercontent.com/01b171309f749014ba4530bd5dab91122a25028be065c881d841ad72c7aee82d/68747470733a2f2f7472617669732d63692e6f72672f707265776b2f586d6c53747265616d65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prewk/XmlStreamer)
==============================================================================================================================================================================================================================================================================================

[](#xmlstreamer-)

**This project is discontinued, I recommend using its successor [xml-string-streamer](https://github.com/prewk/xml-string-streamer) instead.**

About
=====

[](#about)

Written by .

Contributions from:

- Valiton GmbH
- Michael Härtl

Licensed under the [MIT license](http://opensource.org/licenses/MIT).

Installation
============

[](#installation)

Install with composer by adding the following to your composer.json file:

```
{
    "require": {
        "prewk/xml-streamer": "dev-master"
    }
}
```

Then, run `composer install` (assuming you have [composer](https://getcomposer.org/) installed.)

Usage
=====

[](#usage)

Extend the class and implement the `processNode()` method.

Example
-------

[](#example)

```
