metasyntactical / w3c-xml-namespaces
PHP Library containing XML schemas for various w3c xml namespaces to be used for schema validation of xml documents
v1.0.0
2017-04-27 22:40 UTC
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is not auto-updated.
Last update: 2024-11-07 21:56:37 UTC
README
This library contains several useful xsd schemas defined by the W3C to be able to validate against the schema definitions without requiring access to the internet.
Installation
Open a command console, enter your project directory and execute the following command to download the lates stable version of this bundle:
$ composer require metasyntactical/w3c-xml-namespaces
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.