mdcoderu / xml-stream-reader
PHP XML stream reader
1.0.1
2022-04-27 11:57 UTC
Requires
- php: >=5.3.0
- ext-xml: *
This package is auto-updated.
Last update: 2025-03-27 18:32:00 UTC
README
##PHP XML Stream Reader
Reads XML from either a string or a stream, allowing the registration of callbacks when an elemnt is found that matches path.
Installation with Composer
Declare xmlStreamReader as a dependency in your projects composer.json
file:
{ "require": { "mdcoderu/xml-stream-reader": "dev" } }
Credits
License
The MIT License (MIT). Please see License File for more information.