webappz / jsonml
Provides an XML Schema for JSON-values and a parser to cast PHP-values to schema-aware DOMElements and vice versa.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webappz/jsonml
Requires
- php: 5.3.*
- ext-dom: *
This package is not auto-updated.
Last update: 2025-11-01 01:49:16 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.+