$xml = simplexml_load_string($xml_string); // convert to json $json = json_encode($xml); // make array $array = json_decode($json,TRUE);