ameax / xml-validator
A class to validate a xml file with a local xsd schema
Fund package maintenance!
ameax
Installs: 3 908
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Requires
- php: ^8.1
Requires (Dev)
- laravel/pint: ^1.2
- pestphp/pest: ^1.20
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2024-11-09 03:44:56 UTC
README
Installation
You can install the package via composer:
composer require ameax/xml-validator
Usage
$skeleton = new Ameax\XmlValidator(); echo $skeleton->echoPhrase('Hello, Ameax!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.