PHRETS icon indicating copy to clipboard operation
PHRETS copied to clipboard

PHP client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system

Results 107 PHRETS issues
Sort by recently updated
recently updated
newest added

This just happened when fetching the PublicRemarks data in a query. There's something () not excepted by the parser and throwing the error. When removing the PublicRemarks column it works...

Hi Troy Davisson Greetings from Colombia! ... Your complement is fantastic (https://github.com/troydavisson/PHRETS), it has helped me a lot. I have a question: Can I get the data in a second...

Any particular reason why the library is coercing all values to strings? I know that doing so ensures that no data is lost, but we also lose some valuable metadata...

Hey so I followed the steps in the video troy posted: https://www.youtube.com/watch?v=c8lpa7IOrlw about connecting The URL I used was http://rets.torontomls.net:6103/rets‐treb3pv/server/login. It resulted in this error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST...

There is a query limit of 1000 on the server. So I know I can loop this several times, however it would be nice to know the total number of...

Adds support for the `X-Content-Label` header, in the RETS server (Paragon) a client is using this appears to be used as the label for listing photos.

I am trying to fetch the images from CRMLS but getting error. I am able to get the listing details but not able to fetch images for particular listing. Using...

Hi I got error Uses proxy env variable no_proxy == '1' Trying 206.152.41.137:6103... connect to 206.152.41.137 port 6103 failed: Connection refused Failed to connect to rets.torontomls.net port 6103: Connection refused...

Hi Im new to the PHRETS but it have been very use full but I couldn't get a listing using Status active $search = $rets->Search("Property","RA_1","(Status=A)",['Limit'=>3]); result Stack trace: #0 D:\xampp\htdocs\test\vendor\troydavisson\phrets\src\Session.php(280):...