A utility class to make it easy work with XML in PHP
- 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
composer require "byjg/xmlutil"vendor/bin/phpunitflowchart TD
byjg/xmlutil --> ext-simplexml
byjg/xmlutil --> ext-dom
byjg/xmlutil --> byjg/serializer