Matt C. Well-known member Licensed customer Dec 29, 2018 #1 Can you use RSS in Guzzle the same way as JSON?
Banxix Well-known member Licensed customer Dec 30, 2018 #2 Do you mean XML? Of course you can. Read all the xml in Guzzle Response then parse it with http://php.net/manual/en/function.simplexml-load-string.php or equivalent xml parser.
Do you mean XML? Of course you can. Read all the xml in Guzzle Response then parse it with http://php.net/manual/en/function.simplexml-load-string.php or equivalent xml parser.