PHPackages                             cameronredlet/onthemarket-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. cameronredlet/onthemarket-adf

ActiveLibrary[API Development](/categories/api)

cameronredlet/onthemarket-adf
=============================

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

1.0.4(9y ago)014MITPHPPHP &gt;=5.4

Since Dec 3Pushed 6y agoCompare

[ Source](https://github.com/cameronredlet/onthemarketADF)[ Packagist](https://packagist.org/packages/cameronredlet/onthemarket-adf)[ Docs](https://github.com/frozensheep/rightmoveADF)[ RSS](/packages/cameronredlet-onthemarket-adf/feed)WikiDiscussions master Synced 3w ago

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

On the Market ADF
=================

[](#on-the-market-adf)

PHP library for the On the Market Real Time Property Datafeed.

[![Latest Stable Version](https://camo.githubusercontent.com/ecb9307ddcea4c5878899c1e68a234cf33c7c617970b9cc5805ff3ed6705e056/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63616d65726f6e7265646c65742f72696768746d6f76652d4144462e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cameronredlet/rightmove-adf)[![Build Status](https://camo.githubusercontent.com/37d2feb2729f1244eaab98ed6b59cfc1f0e84417058e3d6faa57cf04fe21b2e8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63616d65726f6e7265646c65742f6f6e7468656d61726b65744144462f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cameronredlet/onthemarketADF)[![Coverage Status](https://camo.githubusercontent.com/22ccb70bf60e2f0c346492eda6af712c9174c40179c9282b2d55efc55d3e036a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f63616d65726f6e7265646c65742f6f6e7468656d61726b65744144462f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/cameronredlet/onthemarketADF?branch=master)[![MIT License](https://camo.githubusercontent.com/9b7ab65e21e8e85b54da89ee390258f7be13217053f618e646c306acaddf31be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63616d65726f6e7265646c65742f72696768746d6f76652d4144462e7376673f7374796c653d666c61742d737175617265)](https://github.com/cameronredlet/onthemarketADF/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)
- On the Market 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 cameronredlet/onthemarket-adf
```

Or add to a composer.json file:

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

Todo
----

[](#todo)

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

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

[](#known-issues)

- The On the Market 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/cameronredlet/onthemarketADF/issues).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

3511d ago

Major Versions

0.1 → 1.02015-12-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54248716?v=4)[redlet](/maintainers/redlet)[@redlet](https://github.com/redlet)

---

Tags

apifeedpropertyreal-estateadfsalesdata feedrightmoverenting

### Embed Badge

![Health badge](/badges/cameronredlet-onthemarket-adf/health.svg)

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

###  Alternatives

[frozensheep/rightmove-adf

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

1946.6k](/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.

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

Google Shopping Feed API

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

PHPackages © 2026

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