Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 840 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 840 Bytes

xml

Travis Packagist Packagist PRs Welcome

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