2017 © Pedro Peláez
 

library xml-stream-reader

PHP SAX XML Stream Reader

image

hobnob/xml-stream-reader

PHP SAX XML Stream Reader

  • Thursday, February 11, 2016
  • by hobnob
  • Repository
  • 8 Watchers
  • 41 Stars
  • 47,825 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 17 Forks
  • 4 Open issues
  • 10 Versions
  • 6 % Grown

The README.md

xmlStreamReader

Build Status Dependency Status Latest Stable Version Montly Downloads, (*1)

Code Coverage Scrutinizer Quality Score SensioLabsInsight, (*2)

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., (*3)

Installation with Composer

Declare xmlStreamReader as a dependency in your projects composer.json file:, (*4)

``` json { "require": { "hobnob/xml-stream-reader": "1.0.*" } }, (*5)


Usage Example ------------- ```php <?php $xmlParser = new \Hobnob\XmlStreamReader\Parser(); $xmlParser->registerCallback( '/xml/node/path', function( \Hobnob\XmlStreamReader\Parser $parser, \SimpleXMLElement $node ) { // do stuff with $node } ); $xmlParser->registerCallback( '/xml/node/@attr', function( \Hobnob\XmlStreamReader\Parser $parser, $attrValue ) { // do stuff with $attrValue } ); $xmlParser->parse(fopen('file.xml', 'r'));

Contributors

Licence

© David North, (*6)

Released under the The MIT License, (*7)

The Versions

11/02 2016

dev-master

9999999-dev https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

10/03 2015

v1.0.8

1.0.8.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

15/07 2014

v1.0.7

1.0.7.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

13/04 2014

v1.0.6

1.0.6.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

02/03 2014

v1.0.5

1.0.5.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

06/11 2013

v1.0.4

1.0.4.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

04/07 2013

1.0.3

1.0.3.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

06/06 2013

1.0.2

1.0.2.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

14/05 2013

1.0.1

1.0.1.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream

15/04 2013

1.0.0

1.0.0.0 https://github.com/hobnob/xmlStreamReader

PHP SAX XML Stream Reader

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by David North

xml stream