Skip to content

Instantly share code, notes, and snippets.

View tautrimas's full-sized avatar

Tautrimas Pajarskas tautrimas

View GitHub Profile
@tautrimas
tautrimas / XmlToArrayParser
Last active February 24, 2022 21:17
Very good XML to PHP array converter found at http://outlandish.com/blog/xml-to-json/
<?php
/**
* Class XmlToArrayParser
*/
class XmlToArrayParser
{
/**
* @param SimpleXMLElement $xml
* @param array $options