PHPackages                             thinkerytim/thinkery-reaxml-parser - 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. thinkerytim/thinkery-reaxml-parser

ActiveLibrary

thinkerytim/thinkery-reaxml-parser
==================================

PHP Parser Class for REA XML

v0.6alpha(9y ago)71837Apache v2.0 LicensePHPPHP &gt;=5.6.0

Since May 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thinkerytim/thinkery-reaxml-parser)[ Packagist](https://packagist.org/packages/thinkerytim/thinkery-reaxml-parser)[ RSS](/packages/thinkerytim-thinkery-reaxml-parser/feed)WikiDiscussions master Synced 2mo ago

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

Thinkery ReaXML Parser for PHP
==============================

[](#thinkery-reaxml-parser-for-php)

This is a simple set of classes to parse a ReaXML formatted XML file into usable PHP objects.

ReaXML Feed schema and information from  and

Installation
------------

[](#installation)

`composer require thinkerytim/thinkery-reaxml-parser`

Usage
-----

[](#usage)

```
require_once('vendor/autoload.php');
use ThinkReaXMLParser\Parser;
$parser = new Parser($full_path_to_xml_file);
$data = $parser->parse();
foreach ($data as $listing) {
    echo $listing->getUniqueId();
}

```

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

License
-------

[](#license)

This software is released under the Apache v2.0 License:

Copyright
---------

[](#copyright)

Copyright (c) 2018 by The Thinkery LLC. All rights reserved. [www.thethinkery.net](http://www.thethinkery.net)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.6% 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 ~100 days

Recently: every ~190 days

Total

9

Last Release

2845d ago

### Community

Maintainers

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

---

Top Contributors

[![thinkerytim](https://avatars.githubusercontent.com/u/122242?v=4)](https://github.com/thinkerytim "thinkerytim (38 commits)")[![garhbod](https://avatars.githubusercontent.com/u/4616198?v=4)](https://github.com/garhbod "garhbod (7 commits)")[![AndrewFeeney](https://avatars.githubusercontent.com/u/13425337?v=4)](https://github.com/AndrewFeeney "AndrewFeeney (1 commits)")

---

Tags

phpreal-estatereareaxml

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thinkerytim-thinkery-reaxml-parser/health.svg)

```
[![Health](https://phpackages.com/badges/thinkerytim-thinkery-reaxml-parser/health.svg)](https://phpackages.com/packages/thinkerytim-thinkery-reaxml-parser)
```

###  Alternatives

[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

9230.2k4](/packages/bitrix24-b24phpsdk)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[limingxinleo/hyperf-utils

Utils for Hyperf.

29133.9k3](/packages/limingxinleo-hyperf-utils)

PHPackages © 2026

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