PHPackages                             gacek85/xml-stream - 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. gacek85/xml-stream

ActiveLibrary

gacek85/xml-stream
==================

Event driven reader for large XML files

1.0.0(9y ago)020PHPPHP &gt;=5.5.9

Since Oct 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gacek85/xml-stream)[ Packagist](https://packagist.org/packages/gacek85/xml-stream)[ RSS](/packages/gacek85-xml-stream/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/f11fb5aba9459b962d6983d7cb64d00a2078573b179cf806fb6dc5152a620a88/68747470733a2f2f7472617669732d63692e6f72672f676163656b38352f786d6c2d73747265616d2e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/gacek85/xml-stream)

XML Stream
==========

[](#xml-stream)

- Simple library for dealing with large XML lists.
- Parses **XML** file chunk by chunk not loading the whole file to the memory and dispatches events informing about found node of given type.
- The main component is the `Gacek85\XML\Stream` class which wraps all the dependent elemets.

```
