A simple PHP library for using RETS.

Introduction

PHRETS is broken down into 2 main categories: High Level and Low Level.

For RETS/PHP experts that prefer low-level functions, a basic framework using libcurl has been created (Low Level).

For developers not as familiar with RETS and PHP, the High Level functions provide additional features and capabilities to make working with RETS data easier.

Low Level

  • RETS Communcation (HTTP)
  • HTTP Header management
  • Authentication
  • Session/Cookie management
  • Returns raw HTTP headers
  • Returns raw XML
 

High Level

Low Level, plus:

  • Response parsing
  • XML Parsing
  • Simple Variables and Arrays returned

Release Information

Current Version: 0.6.2 (beta)

Download