mbilbille / parsexml
Need to parse a big huge XML file? Describe it and parse it!
dev-master / 0.1.x-dev
2015-04-30 15:39 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 13:49:44 UTC
README
What is Parse-Xml?
Basically just an XML parser among so many others. But this one is especially designed to parse big, HUGE XML files. Where SimpleXML will fail miserably trying to load the whole tree in memory, Parse-XML might save you.
Inspired by PushXML by @nlehuen
Usage
Coming soon, until then you should use the examples folder.
License
Parse-Xml was created by Matthieu Bilbille and released under the MIT License.