Skip to content

indentno/xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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