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 11 hours ago
JSON representation
Provides support to parse and create an in-memory representation of a XML Schema document.
- Host: GitHub
- URL: https://github.com/christophemaymard/php-xml-schema
- Owner: christophemaymard
- License: mit
- Created: 2018-02-20T04:23:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T12:00:47.000Z (about 5 years ago)
- Last Synced: 2025-03-25T16:33:49.189Z (4 months ago)
- Topics: xml-schema
- Language: PHP
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpXmlSchema
[](https://packagist.org/packages/cmaymard/php-xml-schema)
[](https://www.php.net/)
[](https://www.php.net/)
[](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).