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

ActiveLibrary[API Development](/categories/api)

jedkirby/rightmove-adf
======================

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

1.1.0(7y ago)091.5k↓29.7%MITPHPPHP &gt;=5.4

Since Dec 3Pushed 7y agoCompare

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

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

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

[](#rightmoveadf)

PHP library for the Rightmove Real Time Property Datafeed.

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 jedkirby/rightmove-adf
```

Or add to a composer.json file:

```
"require": {
	"jedkirby/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/jedkirby/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/jedkirby/rightmoveADF/blob/master/examples/sendProperty.php)\]
- RemoveProperty \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/removeProperty.php)\]
- GetBranchPropertyList \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBranchPropertyList.php)\]
- AddPremiumListing \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/addPremiumListing.php)\]
- AddFeaturedProperty \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/addFeaturedProperty.php)\]
- RemoveFeaturedProperty \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/removeFeaturedProperty.php)\]
- GetPropertyPerformance \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getPropertyPerformance.php)\]
- GetBranchPerformance \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBranchPerformance.php)\]
- GetBrandEmails \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBrandEmails.php)\]
- GetBranchEmails \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBranchEmails.php)\]
- GetBrandPhoneLeads \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBrandPhoneLeads.php)\]
- GetBranchPhoneLeads \[[Example](https://github.com/jedkirby/rightmoveADF/blob/master/examples/getBranchPhoneLeads.php)\]
- GetPropertyEmails \[[Example](https://github.com/jedkirby/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.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~159 days

Recently: every ~237 days

Total

7

Last Release

2863d ago

Major Versions

0.1 → 1.02015-12-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/67bc6fe497fd992d8dadbf6b3248aaf5651cfd020c3d435e8c2c9a209c2bc43b?d=identicon)[jedkirby](/maintainers/jedkirby)

---

Top Contributors

[![jedkirby](https://avatars.githubusercontent.com/u/1528691?v=4)](https://github.com/jedkirby "jedkirby (3 commits)")[![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/jedkirby-rightmove-adf/health.svg)

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

###  Alternatives

[frozensheep/rightmove-adf

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

1945.1k](/packages/frozensheep-rightmove-adf)[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)
