sempro / xml
Work with XML structures with ease
1.0.2
2018-06-26 07:31 UTC
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-11-11 17:23:26 UTC
README
Work with XML structures with ease
Install
composer require sempro/xml
Usage
$xml = new XML; $xml->fromString($xmlStructure)->toArray();
Credit
This package is based on Tamlyn Rhodes article
License
MIT © Sempro AS