##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.
Declare xmlStreamReader as a dependency in your projects composer.json
file:
{
"require": {
"mdcoderu/xml-stream-reader": "dev"
}
}
The MIT License (MIT). Please see License File for more information.