php - RETS (Real Estate Transaction Standard) project? -


i have realtor client add mls listings website. understand can access data feed based on rets.

my question is, should develop myself, or third party provider? i'm decent php coder used dealing data feeds. don't want reinvent wheel if there more cost effective alternative.

there quite few specialists in field can rets data db. there's open source projects phrets, vielerets , librets can handle lot of heavy lifting you.

i've used of them @ various times. phrets personally, since it's more of wrapper rets in php, makes easy deploy on other servers. if working on own server, librets might better option, since can compile variety of languages (ruby, java, c, etc). may bit more powerful phrets. vielerets "product"-like that's downfall in opinion, since it's less flexible others.

anyway-- depending on db scheme need import into, provider hire have mapping meet schema, may make cost/time effective using 1 of libraries i've mentioned.

good luck!


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -