2017 © Pedro Peláez
 

library simplexrd

An extraordinarily simple XRD parser written in PHP.

image

kelvinmo/simplexrd

An extraordinarily simple XRD parser written in PHP.

  • Saturday, October 24, 2015
  • by kelvinmo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 233 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

simplexrd

SimpleXRD is an extraordinarily simple parser for XRD documents written in PHP 5., (*1)

This XRD parser supports all the features of XRD which can be translated into its JSON representation under RFC 6415. This means that the parser does not support extensibility under the XRD specification., (*2)

Usage

Using the parser is straightforward. Assuming the XRD code has been loaded into a variable called $xml. Then the code is simply, (*3)

$parser = new SimpleXRD();
$parser->load($xml);
$jrd = $parser->parse();
$parser->free();

The JSON representation can then be obtained by using json_encode($jrd)., (*4)

Licensing

Licensing information for SimpleXRD can be found in the file COPYING.txt., (*5)

The Versions

24/10 2015

dev-master

9999999-dev

An extraordinarily simple XRD parser written in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xmlreader *

 

by Kelvin Mo

24/10 2015

v3.1.1

3.1.1.0

An extraordinarily simple XRD parser written in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xmlreader *

 

by Kelvin Mo

10/09 2015

v3.1

3.1.0.0

An extraordinarily simple XRD parser written in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xmlreader *

 

by Kelvin Mo

14/04 2015

v3.0

3.0.0.0

An extraordinarily simple XRD parser written in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xmlreader *

 

by Kelvin Mo

15/11 2014

v2.2

2.2.0.0

An extraordinarily simple XRD parser written in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xml *

 

by Kelvin Mo