Download the PHP package prewk/xml-streamer without Composer
On this page you can find all versions of the php package prewk/xml-streamer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prewk/xml-streamer
More information about prewk/xml-streamer
Files in prewk/xml-streamer
Download prewk/xml-streamer
More information about prewk/xml-streamer
Files in prewk/xml-streamer
Vendor prewk
Package xml-streamer
Short Description Stream large XML files with low memory consumption.
License MIT
Homepage https://github.com/prewk/XmlStreamer
Package xml-streamer
Short Description Stream large XML files with low memory consumption.
License MIT
Homepage https://github.com/prewk/XmlStreamer
Please rate this library. Is it a good library?
Informations about the package xml-streamer
XmlStreamer
This project is discontinued, I recommend using its successor xml-string-streamer instead.
About
Written by [email protected].
Contributions from:
- Valiton GmbH
- Michael Härtl
Licensed under the MIT license.
Installation
Install with composer by adding the following to your composer.json file:
`
Then, run composer install
(assuming you have composer installed.)
Usage
Extend the class and implement the processNode()
method.
Example
Advanced example
To improve performance on DB inserts you can also make use of the chunkCompleted()
method.
It gets called after a chunk of data was processed.
All versions of xml-streamer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package prewk/xml-streamer contains the following files
Loading the files please wait ....