REX Software CRM Feed?

Silverstripe Version 3.1.4

Question:

Hi there, I’m a bit new to Silverstripe and am wondering if anyone has successfully connected REX Software’s CRM feed to a Silverstripe 3.1.4 site. The feed is a standard real estate XML feed. How would I go about doing this? Or can anyone recommend a developer who can?

// Include any relevant code. If you have a lot of code, link to a gist instead.

It depends a lot on what you want to do with the feed.

You’ll need some means of parsing it, (you ought to be able to use the PHP in-built SimpleXML libraries for that). Then either store or display the resulting data. This will be a combination of a controller, dataobject, template, etc. depending on the actual use.