mdcoderu/xml-stream-reader

PHP XML stream reader

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/mdcoderu/xml-stream-reader

1.0.1 2022-04-27 11:57 UTC

This package is auto-updated.

Last update: 2025-10-27 19:40:11 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.