2017 © Pedro Peláez
 

library rightmove-adf

PHP library for the Rightmove Real Time Property Datafeed (ADF) (Inc. Overasea options).

image

giwrgos88/rightmove-adf

PHP library for the Rightmove Real Time Property Datafeed (ADF) (Inc. Overasea options).

  • Friday, May 20, 2016
  • by giwrgos88
  • Repository
  • 1 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

RightmoveADF (Inc. Oversea options)

PHP library for the Rightmove Real Time Property Datafeed. It's based on frozensheep repository, but this one includes oversea features., (*1)

Build Status GitHub issues GitHub license PHP 5.4 PHP 5.5 PHP 5.6 PHP 7, (*2)

Install

To install with Composer:, (*3)

composer require giwrgos88/rightmove-adf

Or add to a composer.json file:, (*4)

"require": {
    "giwrgos88/rightmove-adf" : "1.*"
}

Usage

All 13 of the v1.2.1 API endpoints are supported., (*5)

Example, (*6)

<?php
use Frozensheep\RightmoveADF\RightmoveADF;

//create the RightmoveADF object
$objRightmoveADF = new RightmoveADF(CERT_FILE, CERT_PASS, RightmoveADF::TEST);
//$objRightmoveADF = new RightmoveADF(CERT_FILE, CERT_PASS, RightmoveADF::LIVE);

//create a request
$objRequest = $objRightmoveADF->createRequest(RightmoveADF::GetBranchPropertyList);

//set the details for the request
$objRequest->network->network_id = NETWORK_ID;
$objRequest->branch->branch_id = BRANCH_ID;

//send the request
$objResponse = $objRightmoveADF->send($objRequest);

if($objResponse->success){
    //
    //do something with the response
    //
}else{
    print_r($objResponse->errors);
}

Rightmove will provide you with a PEM certificate/password and Network ID to use in the requests., (*7)

All values that you set will be checked against what the API expects and return exceptions if the wrong data type is set., (*8)

Todo

  • Add in option to set verbose mode on the request to help track errors with certificates.
  • Add in a pre-send validation check for required fields.

Known Issues

None., (*9)

Please submit any to the Github repo., (*10)

The Versions

20/05 2016

dev-master

9999999-dev https://github.com/giwrgos88/rightmove-adf

PHP library for the Rightmove Real Time Property Datafeed (ADF) (Inc. Overasea options).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf oversea

20/05 2016

1.0.5

1.0.5.0 https://github.com/giwrgos88/rightmove-adf

PHP library for the Rightmove Real Time Property Datafeed (ADF) (Inc. Overasea options).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf oversea

19/05 2016

1.0.4

1.0.4.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Property Datafeed (ADF) (Inc. Overasea options).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf oversea

04/01 2016

1.0.3

1.0.3.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Datafeed (ADF).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf

09/12 2015

1.0.2

1.0.2.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Datafeed (ADF).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf

07/12 2015

1.0.1

1.0.1.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Datafeed (ADF).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf

07/12 2015

1.0

1.0.0.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Datafeed (ADF).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf

03/12 2015

0.1

0.1.0.0 https://github.com/frozensheep/rightmoveADF

PHP library for the Rightmove Real Time Datafeed (ADF).

  Sources   Download

MIT

The Requires

 

api feed property sales real estate renting data feed rightmove adf