Best laravel framework open-source packages.

Xml2json

XML to JSON converter in PHP
Updated 2 months ago

Create plain PHP associative array from XML

Example usage:

    $xmlNode = simplexml_load_file('example.xml');
    $arrayData = xmlToArray($xmlNode);
    echo json_encode($arrayData);

Read the blog post for more info.

License: Public domain

Tags xml php