2017 © Pedro Peláez
 

library jsonml

Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.

image

webappz/jsonml

Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.

  • Friday, February 24, 2017
  • by rwilczek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

jsonxml

Build Status, (*1)

Provides an XML Schema for JSON-values and a parser to - cast PHP-values to schema-aware DOMElements and vice versa - validate DOMElements against the schema., (*2)

The XML Schema is provided as a composer binary, and thus will be symlinked into the composer/bin-directory., (*3)

This version of jsonxml requires PHP 7.1.+, (*4)

The Versions

24/02 2017

dev-master

9999999-dev

Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.

  Sources   Download

LGPL-2.1

The Requires

  • ext-dom *
  • php >=7.1.0

 

The Development Requires

php json xml

22/07 2014

1.x-dev

1.9999999.9999999.9999999-dev

Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.

  Sources   Download

LGPL-2.1

The Requires

  • ext-dom *
  • php >=5.3.0

 

22/07 2014

1.0.0

1.0.0.0

Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.

  Sources   Download

LGPL-2.1

The Requires

  • php 5.3.*
  • ext-dom *