mdcoderu/xml-stream-reader

PHP XML stream reader

1.0.1 2022-04-27 11:57 UTC

This package is auto-updated.

Last update: 2024-04-27 16:31:36 UTC


README

Build Status Latest Stable Version Montly Downloads

##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.