frozensheep / rightmoveADF

PHP library for the Rightmove Real Time Property Datafeed (ADF).
MIT License
17 stars 20 forks source link

RightmoveADF

PHP library for the Rightmove Real Time Property Datafeed.

Latest Stable Version Build Status Coverage Status MIT License PHP 5.4 PHP 5.5 PHP 5.6 PHP 7 PHP 7.1

Install

Prerequisites

To use this package, you need to:

Note that this package's dependencies will also be installed. Check the composer.json file from the repository if you want to see what these are before using it.

Installation using Composer

To install with Composer:

composer require frozensheep/rightmove-adf

Or add to a composer.json file:

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

Usage

Using the Examples

Examples are provided. It's recommended that you setup one of the examples to see how to interact with the library before continuing.

mkdir public_html
cp -R vendor/frozensheep/rightmove-adf/examples/ public_html/
cp public_html/config.php.example public_html/config.php
cd public_html

php -S localhost:8000

Available Methods

All values that you set in the configuration will be checked against what the API expects and return exceptions if the wrong data type is set.

All 13 of the v1.2.3 API endpoints are supported.

Todo

Known Issues

Please submit any to the Github repo.