25/02
2018
dev-master
9999999-dev
MIT
The Requires
- php >=7.0
The Development Requires
by Christophe Maymard
schema php xml
Wallogit.com
2017 © Pedro Peláez
Provides support to parse and create an in-memory representation of a XML Schema document., (*2)
composer require cmaymard/php-xml-schema
<?php
use PhpXmlSchema\Dom\Parser;
$src = \file_get_contents('schema.xsd');
$parser = new Parser();
// $schema is an instance of PhpXmlSchema\Dom\SchemaElement.
$schema = $parser->parse($src);
See the documentation., (*3)
MIT
schema php xml