PHPackages                             soneritics/realworks - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. soneritics/realworks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

soneritics/realworks
====================

Realworks real estate connector

4171[3 PRs](https://github.com/Soneritics/Realworks/pulls)PHP

Since Apr 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Soneritics/Realworks)[ Packagist](https://packagist.org/packages/soneritics/realworks)[ RSS](/packages/soneritics-realworks/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Realworks
=========

[](#realworks)

[![Build Status](https://camo.githubusercontent.com/856f97d8c838f6d9686df2d7d0f2edbdf118d84577f470cfd8c18be30e86dca3/68747470733a2f2f7472617669732d63692e6f72672f536f6e657269746963732f5265616c776f726b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Soneritics/Realworks.svg?branch=master)[![Coverage Status](https://camo.githubusercontent.com/49db2de7806f4eb598a6c3f462462575ed7bd7715c5989d9ba58be66157446f9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f536f6e657269746963732f5265616c776f726b732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Soneritics/Realworks?branch=master)[![License](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)

by

- [@Soneritics](https://github.com/Soneritics) - Jordi Jolink

Introduction
------------

[](#introduction)

This script connects to the Realworks Real Estate service. It provides easy parsing methods for parsing the XML data into PHP objects, providing easy overrides using IOC (dependency injection).

Conditions
----------

[](#conditions)

The following conditions have been set by Realworks. As an ISP you will have to sign an agreement in which you agree to these. Just for the record, the list of the most important items is shown below as well.

- The file may only be downloaded once per natural day (24 hours).
- The new file should be downloaded after 8:30AM.
- The file contains all data, changes and cancellations until the day before.
- The objects may only be used on the broker's website.
- Objects are in the XML until 7 days after cancellation.
- Files and media may not be hot linked. Files should be downloaded to your own server.
- Maximum size of the images is 1600x100 pixels.

Minimum Requirements
--------------------

[](#minimum-requirements)

- PHP 5.6+

Examples
--------

[](#examples)

Minimal example, when you have downloaded and extracted the ZIP file yourself and only want the XML to be parsed:

```
$type = new \Realworks\RealEstateType\Wonen;
$xmlFilename = __DIR__ . '/../test/Assets/wonen.xml';

// Parse the file
$xmlFile = new \Realworks\File\XMLFile($xmlFilename);
$parser = (new \Realworks\Parser\ParserFactory)->build($type);

$result = $parser->parse($xmlFile);
print_r($result);
```

This script can also guide you through the whole process, including:

- Download the file
- Validate the zipped content
- Unpack the zipped content
- Validate the XML file against the XSD
- Process the XML file The example for this is included as [FullExample.php](example/FullExample.php).

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3717850?v=4)[Jordi Jolink](/maintainers/soneritics)[@Soneritics](https://github.com/Soneritics)

---

Top Contributors

[![Soneritics](https://avatars.githubusercontent.com/u/3717850?v=4)](https://github.com/Soneritics "Soneritics (60 commits)")

### Embed Badge

![Health badge](/badges/soneritics-realworks/health.svg)

```
[![Health](https://phpackages.com/badges/soneritics-realworks/health.svg)](https://phpackages.com/packages/soneritics-realworks)
```

###  Alternatives

[xsuchy09/utm-cookie

Utm-Cookie saves utm parameters from url into cookie with defined lifetime (default 7 days). Than cookie (utm) can be used later without parsing google or any other cookies.

1557.8k2](/packages/xsuchy09-utm-cookie)[renoki-co/clusteer

Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.

891.2k](/packages/renoki-co-clusteer)

PHPackages © 2026

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