Level 50
That should work I think - what problem do you have?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi guys,
What is the best practice convert xml file to json in php (laravel)?
If have tried:
$sxml = simplexml_load_file($this->filename); dd(json_encode($sxml));
Thanks!
Please or to participate in this conversation.