PHPackages                             giwrgos88/rightmove-adf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. giwrgos88/rightmove-adf

AbandonedArchivedLibrary[API Development](/categories/api)

giwrgos88/rightmove-adf
=======================

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

1.0.5(10y ago)1572[2 issues](https://github.com/giwrgos88/rightmove-adf/issues)MITPHPPHP &gt;=5.4

Since Dec 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/giwrgos88/rightmove-adf)[ Packagist](https://packagist.org/packages/giwrgos88/rightmove-adf)[ Docs](https://github.com/giwrgos88/rightmove-adf)[ RSS](/packages/giwrgos88-rightmove-adf/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

RightmoveADF (Inc. Oversea options)
===================================

[](#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.

[![Build Status](https://camo.githubusercontent.com/10dd877f7506fe632e0c8e3d03377f5a78a55a0b3e72efc63fd881db8d481035/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f67697772676f7338382f72696768746d6f76652d6164662f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/giwrgos88/rightmove-adf.svg?branch=master)[![GitHub issues](https://camo.githubusercontent.com/2158e22e878874a3323cb047e950b368a9330fa0b648e6d92c26baef8fd964ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f67697772676f7338382f72696768746d6f76652d6164662e7376673f7374796c653d666c61742d737175617265)](https://github.com/giwrgos88/rightmove-adf/issues)[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/giwrgos88/rightmove-adf/master/LICENSE)[![PHP 5.4](https://camo.githubusercontent.com/8803a0773b8d2314396d7922be4ed9475bb4cfe61e0395156558c047eb7e256e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e342d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![PHP 5.5](https://camo.githubusercontent.com/126268109b06bc3e1085f341e74e3d6406bc18adbdd48bad6359fff93d190579/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e352d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![PHP 5.6](https://camo.githubusercontent.com/1e72d9121445f411d632f2607a74e0c6f63b4a8900a310c7a1dd5a1ee8b55352/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![PHP 7](https://camo.githubusercontent.com/939c95529a45a89e9db2058d29fd65219d3d702df7379ba3acfdb303f88b5c06/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

Install
-------

[](#install)

To install with Composer:

```
composer require giwrgos88/rightmove-adf
```

Or add to a composer.json file:

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

Usage
-----

[](#usage)

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

- SendProperty \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/sendProperty.php)\]
- RemoveProperty \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/removeProperty.php)\]
- GetBranchPropertyList \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBranchPropertyList.php)\]
- AddPremiumListing \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/addPremiumListing.php)\]
- AddFeaturedProperty \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/addFeaturedProperty.php)\]
- RemoveFeaturedProperty \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/removeFeaturedProperty.php)\]
- GetPropertyPerformance \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getPropertyPerformance.php)\]
- GetBranchPerformance \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBranchPerformance.php)\]
- GetBrandEmails \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBrandEmails.php)\]
- GetBranchEmails \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBranchEmails.php)\]
- GetBrandPhoneLeads \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBrandPhoneLeads.php)\]
- GetBranchPhoneLeads \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getBranchPhoneLeads.php)\]
- GetPropertyEmails \[[Example](https://github.com/frozensheep/rightmoveADF/blob/master/examples/getPropertyEmails.php)\]

**Example**

```
