webappz / jsonml
Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.
1.0.0
2014-07-22 10:46 UTC
Requires
- php: 5.3.*
- ext-dom: *
This package is not auto-updated.
Last update: 2024-12-27 21:59:41 UTC
README
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.
The XML Schema is provided as a composer binary, and thus will be symlinked into the composer/bin-directory.
This version of jsonxml requires PHP 7.1.+