Work with XML structures with ease
composer require sempro/xml
$xml = new XML;
$xml->fromString($xmlStructure)->toArray();
This package is based on Tamlyn Rhodes article
MIT © Sempro AS
Work with XML structures with ease
composer require sempro/xml
$xml = new XML;
$xml->fromString($xmlStructure)->toArray();
This package is based on Tamlyn Rhodes article
MIT © Sempro AS