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

Hi Team, We are new to RETS server connection. We are trying to connect RETS to our Laravel (V7.30) project. We installed troydavisson/PHRETS module into our project to check the...

Specifically with the function setDefaultOption: $this->rets_session->getClient()->setDefaultOption() This seems to translate down to calling setDefaultOption on a Guzzle client, but somewhere along the line, Guzzle removed that function. This is mainly...

Hello I'm getting the following error when trying to run a search Call to undefined function GuzzleHttp\Psr7\parse_response() Any insight would be greatly appreciated.

I have a wrapper on top of your library and [librets](https://github.com/NationalAssociationOfRealtors/libRETS) that allows me to connect to different RETS server using the same framework. I did this since I originally...

2.x

Hello Team, Any one tried to connect Bridge API. My client using this PHREST library. So I want co connect Bridge API with this library, Documents : https://bridgedataoutput.com/docs/platform/API/rets I am...

During my API request, I am getting `Exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 3: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for ?Type=METADATA-SYSTEM&ID=0&Format=STANDARD-XML'` which is for `CURLE_URL_MALFORMAT : The URL was not properly formatted.` The...

Is there a way to check if the username and password are correct? I'm using 2.6.1

Hi Troy, I see this request has come up quite a bit since before 2.x was written and has come up for me and others as well in recent months,...

2.x
feature
CREA

When looping through a number of RETS servers, you could run into cases where connection attempts fail. Until a broader change is made, adding the following code before you make...

2.x
bug

- Encountered issues with bad XML from some RETS feeds breaking parsing on response payloads. - This matches xml-encoded character references (decimal or hex) for ASCII control characters group, and...