XmlUtil
A utility class to make it easy work with XML in PHP
Examples
- Create a new XML Document using the API
- Working with namespaces
- Query a XMLDocument
- Convert any model to XML
- Use Attributes to help in the conversion
- Clean an XML document removing specific tags
Install
composer require "byjg/xmlutil"
Running the Tests
vendor/bin/phpunit