Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christophemaymard/php-xml-schema

Provides support to parse and create an in-memory representation of a XML Schema document.
https://github.com/christophemaymard/php-xml-schema

xml-schema

Last synced: about 2 months ago
JSON representation

Provides support to parse and create an in-memory representation of a XML Schema document.

Awesome Lists containing this project

README

        

# PhpXmlSchema

[![Latest Release](https://img.shields.io/packagist/v/cmaymard/php-xml-schema?label=Release&style=plastic)](https://packagist.org/packages/cmaymard/php-xml-schema)
[![PHP Version](https://img.shields.io/packagist/php-v/cmaymard/php-xml-schema?color=informational&label=PHP&style=plastic)](https://www.php.net/)
[![PHP Extensions](https://img.shields.io/static/v1?label=PHP%20ext&message=GMP&color=informational&style=plastic)](https://www.php.net/)
[![License](https://img.shields.io/github/license/christophemaymard/php-xml-schema?label=License&style=plastic)](LICENSE)

Provides support to parse and create an in-memory representation of a XML Schema document.

## Installation

```
composer require cmaymard/php-xml-schema
```

## Usage

### Parse a XML Schema 1.0 document

```php
parse($src);
```

See the [documentation](/doc/dom/Parser.md).