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

When I try pulling down properties, it sometimes works flawlessly. Other times, it times out after a few minutes with this error: ``` PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with...

Version `2.4` CPU `Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz (8 core(s))` OS `CentOS 6.9 (Final)` Memory `15.57 GB` `PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried...

2.x

I have to mapping more than 150 fields. When I pass all field name with comma separated in one string but so found error like that : Fatal error: Uncaught...

2.x

Some rets service, like the one from bridge-rets.mlspin.com do not work if you pass a value (basic or digest) into the http_authentication. I've modify the code to be able to...

When I get a large number of results from a property search (>3000), the server connection stops without any kind of error. When I try to loop through smaller batches...

2.x

- [ ] Migrate RETS specific HTTP Headers to HTTP User Space headers (`X-*`) - [ ] Add support for `X-RETS-MetadataVersion` - [ ] StandardValue for Enumerations - [ ]...

2.x
feature

All exceptions that are thrown by this library should subclass a base exception class such as PHRETS\Exceptions\RETSException OR implement a shared interface (with no methods) such as PHRETS\Exceptions\RETSExceptionInterface The reason...

2.x
in progress

Does 1.0 support this? We can't use 2.0 because our servers have to run php 5.3 and can't run 5.4 without a complete rewrite our our product. Below is the...

1.x

Until now we were working with DDF feed fetching the data in the default COMPACT-Decoded Format and getting the data properly. However, based on the docs, some data is only...

When Description: value in HTTP response header has multiline value, Guzzle fails to parse the body. I replace the description value with empty value in this PR to solve this...