PHPackages                             frozensheep/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. frozensheep/rightmove-adf

ActiveLibrary[API Development](/categories/api)

frozensheep/rightmove-adf
=========================

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

1.0.4(9y ago)1945.1k↓46.3%20[2 issues](https://github.com/frozensheep/rightmoveADF/issues)[1 PRs](https://github.com/frozensheep/rightmoveADF/pulls)MITPHPPHP &gt;=5.4

Since Dec 3Pushed 2y ago9 watchersCompare

[ Source](https://github.com/frozensheep/rightmoveADF)[ Packagist](https://packagist.org/packages/frozensheep/rightmove-adf)[ Docs](https://github.com/frozensheep/rightmoveADF)[ RSS](/packages/frozensheep-rightmove-adf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

RightmoveADF
============

[](#rightmoveadf)

PHP library for the Rightmove Real Time Property Datafeed.

[![Latest Stable Version](https://camo.githubusercontent.com/444479d1619ead82a5d2892c4a84ca533316b084c7a4971698ce9328d0982861/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66726f7a656e73686565702f72696768746d6f76652d4144462e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/frozensheep/rightmove-adf)[![Build Status](https://camo.githubusercontent.com/cce55badb1324b365dea1389161a0b81bdec39edbcf5486a89ae5be8a8d5d488/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66726f7a656e73686565702f72696768746d6f76654144462f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/frozensheep/rightmoveADF)[![Coverage Status](https://camo.githubusercontent.com/e8649a1c7434161c08f722d25732b31126706fe80c5c72074fa6b73d6a37cfc1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f66726f7a656e73686565702f72696768746d6f76654144462f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/frozensheep/rightmoveADF?branch=master)[![MIT License](https://camo.githubusercontent.com/5d323f3dca59050ca2d5f837ff630c239a75c2a90ea2d70fddc9637eee50f0cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66726f7a656e73686565702f72696768746d6f76652d4144462e7376673f7374796c653d666c61742d737175617265)](https://github.com/frozensheep/rightmoveADF/blob/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/)[![PHP 7.1](https://camo.githubusercontent.com/176e5b546146d5be988e1cc83777ae0f846fe56e3093b0c53fa71b9ecba2a421/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e312d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

Install
-------

[](#install)

### Prerequisites

[](#prerequisites)

To use this package, you need to:

- Be running PHP 5.4 or above
- Be using composer (if you want to follow the installation guide)
- Rightmove will provide you with a PEM certificate/password and Network ID to use in the requests. You should also have a Branch ID.

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

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

[](#usage)

### Using the Examples

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

- Install this package using composer as outlined above.
- create a directory for your project for example `public_html`

```
mkdir public_html

```

- copy the example code to the new `public_html` directory

```
cp -R vendor/frozensheep/rightmove-adf/examples/ public_html/

```

- copy the config file to a working Version

```
cp public_html/config.php.example public_html/config.php

```

- Edit the config file with your settings. You'll need to have a .pem file form RightMove with your Real Time Data Feed key in it, as well as your network and branch information.
- run the local web server

```
cd public_html

php -S localhost:8000

```

- run one of the example files from you browser (eg `http://localhost:8080/getBranchPropertyList.php`)

### Available Methods

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

- 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)\]

Todo
----

[](#todo)

- Add in a pre-send validation check for required fields.

Known Issues
------------

[](#known-issues)

- The rightmove media crawler doesn't work over [Lets Encrypt](https://letsencrypt.org/) https and will just return an MED\_00001 error.

Please submit any to the [Github repo](https://github.com/frozensheep/rightmoveADF/issues).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~70 days

Recently: every ~87 days

Total

6

Last Release

3466d ago

Major Versions

0.1 → 1.02015-12-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca7fe3db7d43dc3573728bf0a76aa34a86a7f666a332f74fd3761374bf2609f6?d=identicon)[jacobwyke](/maintainers/jacobwyke)

---

Top Contributors

[![Sam-R](https://avatars.githubusercontent.com/u/4183297?v=4)](https://github.com/Sam-R "Sam-R (1 commits)")

---

Tags

apifeedpropertyreal-estateadfsalesdata feedrightmoverenting

### Embed Badge

![Health badge](/badges/frozensheep-rightmove-adf/health.svg)

```
[![Health](https://phpackages.com/badges/frozensheep-rightmove-adf/health.svg)](https://phpackages.com/packages/frozensheep-rightmove-adf)
```

###  Alternatives

[pgrimaud/instagram-user-feed

This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

940657.1k5](/packages/pgrimaud-instagram-user-feed)[lukesnowden/google-shopping-feed

Google Shopping Feed API

70281.6k](/packages/lukesnowden-google-shopping-feed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
