PHPackages                             visol/idx-reader - 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. visol/idx-reader

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

visol/idx-reader
================

Read IDX reader - Internet Data Exchange is a standard to describe properties such as houses, appartment, etc... commonly used in the real estate industry.

2.0.0(1y ago)12.8kMITPHPPHP ^5.5.9 || ^7.0 || ^8.0CI failing

Since Feb 3Pushed 1y ago3 watchersCompare

[ Source](https://github.com/visol/idx-reader)[ Packagist](https://packagist.org/packages/visol/idx-reader)[ RSS](/packages/visol-idx-reader/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

IDX Reader
==========

[](#idx-reader)

Library to read and parse IDX data. Internet Data Exchange (IDX) is a standard to describe properties such as houses, appartment, etc... commonly used in the real estate industry.

[https://en.wikipedia.org/wiki/Internet\_Data\_Exchange](https://en.wikipedia.org/wiki/Internet_Data_Exchange)

See [FieldParser.php](./src/FieldParser.php) for the implemented field names and [idx-format-v3.01-description.xlsx](./Documentation/idx-format-v3.01-description.xlsx) for a detailed description of the IDX 3.01 standard.

Usage
-----

[](#usage)

```
$contents = file_get_contents('sample.idx');
$reader = new Visol\IdxReader\IdxReader();
$reader->load($contents);

```

We can also load a dataset from a file:

```
$reader = new Visol\IdxReader\IdxReader()
$reader->loadFromFile('sample.idx');

```

We can retrieve all records or count them:

```
// Returns an array of records
$reader->getRecords();

// Returns an integer
$reader->countRecords();

```

Complete example:

```
$reader = new Visol\IdxReader\IdxReader()
$reader
    ->forceUtf8()
    ->loadFromFile('sample.idx')
    ->getRecords();

```

Contribute
----------

[](#contribute)

Contributions to the package are always welcome!

- Report any bugs or issues you find on the [issue tracker](https://github.com/visol/idx-reader).
- You can grab the source code at the package's [Git repository](https://github.com/visol/idx-reader).

Unit Tests
----------

[](#unit-tests)

To run the unit tests simply:

```
./phpunit tests

```

License
-------

[](#license)

All contents of this package are licensed under the [MIT license](LICENSE).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance42

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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 ~1479 days

Total

3

Last Release

468d ago

Major Versions

1.1.0 → 2.0.02025-03-12

PHP version history (2 changes)1.0.0PHP ^5.5.9|^7.0

1.1.0PHP ^5.5.9 || ^7.0 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![fabarea](https://avatars.githubusercontent.com/u/620730?v=4)](https://github.com/fabarea "fabarea (22 commits)")[![lorenzulrich](https://avatars.githubusercontent.com/u/1816023?v=4)](https://github.com/lorenzulrich "lorenzulrich (3 commits)")[![mindpilot](https://avatars.githubusercontent.com/u/3437392?v=4)](https://github.com/mindpilot "mindpilot (3 commits)")

---

Tags

real-estateidx-reader

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/visol-idx-reader/health.svg)

```
[![Health](https://phpackages.com/badges/visol-idx-reader/health.svg)](https://phpackages.com/packages/visol-idx-reader)
```

###  Alternatives

[immocaster/php-sdk

ImmobilienScout24 PHP-SDK

6439.1k](/packages/immocaster-php-sdk)

PHPackages © 2026

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