vladmeh / xml-utils
Xml Utils
3.1.0
2023-06-26 14:43 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- ext-mbstring: *
- ext-simplexml: *
Requires (Dev)
- phpunit/phpunit: ^9.5
README
xml-utils
Generating an array of XML tools, as well as the reverse conversion of XML in the array or json.
Features
- php v7.4
Installation
Composer
composer require vladmeh/xml-utils
or add the following to your requirement part within the composer.json:
{ "require": { "vladmeh/xml-utils": "*" } }
Integration
See test file