-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Is it possible to just get a complete example of parsing XML for a specific key using the Facade?
Currently I'm able to convert the whole XML structure into an array using
$xml = Parser::xml($response);
however is there a way to specific pull keys? Using the documentation it would be something like
Parser::get('key', 'default value');
but I don't know how to tie it all together.
Thanks
Metadata
Metadata
Assignees
Labels
No labels