Original Repos:
- XML to PHP Array: https://github.com/a19836/xml-to-php-array/
- Bloxtor: https://github.com/a19836/bloxtor/
XML to PHP Array is a PHP library to convert XML content into PHP arrays and supports XML validation using XSD schemas.
To see a working example, open index.php on your server.
XML File Usage
$array = XMLFileParser::parseXMLFileToArray($xml_file_path);XML Content Usage
$array = XMLFileParser::parseXMLContentToArray($content);To better understand what are the available XML functions this library have, please analyse the following files: