PHPackages                             wefabric/real-eztat - 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. wefabric/real-eztat

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

wefabric/real-eztat
===================

Real Eztat is a real estate management system

v0.0.2(2w ago)024proprietaryPHPPHP ^8.1

Since Jun 2Pushed 2w agoCompare

[ Source](https://github.com/wefabric/real-eztat)[ Packagist](https://packagist.org/packages/wefabric/real-eztat)[ RSS](/packages/wefabric-real-eztat/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Real Eztat API
--------------

[](#real-eztat-api)

This package provides a PHP client for the Real Eztat API, which allows you to interact with real estate listings and related data.

### Installation

[](#installation)

You can install the package via Composer:

```
composer require wefabric/real-eztat
```

Add the following environment variable to your `.env` file:

```
REAL_EZTAT_BASE_URL=https://realeztat.nl
REAL_EZTAT_API_KEY=your_api_key_here
REAL_EZTAT_CACHE_TTL=3600 // in seconds

```

### Usage

[](#usage)

To use the Real Eztat API client, you need to create an instance of the `RealEztatService` class. Here's a basic example:

```
use Wefabric\RealEztat\Services\RealEztatService;

$realEztatService = new RealEztatService();
$objects = $realEztatService->get('api/objects/filter');
foreach ($objects['data'] as $object) {
    echo $object['title'] . "\n";
}
```

There are also classes available for specific endpoints, such as `NewConstructionProject`. You can use these classes to interact with specific data types more easily. For example:

```
use Wefabric\RealEztat\Endpoints\NewConstructionProject;

$newConstructionProject = new NewConstructionProject();
$projects = $newConstructionProject->get();

foreach ($projects['data'] as $project) {
    echo $project['title'] . "\n";
}
```

And for a specific project:

```
$project = $newConstructionProject->get('slug-of-the-project');

echo $project['title'] . "\n";
```

#### Caching

[](#caching)

The package uses caching to improve performance. By default, it caches responses for 1 hour (3600 seconds). You can change the cache duration by setting the `REAL_EZTAT_CACHE_TTL` environment variable in your `.env` file. To disable caching, set the `REAL_EZTAT_CACHE_TTL` to `0`.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance96

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~379 days

Total

2

Last Release

18d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8834dc84f62a7c139ded639124a4f9a3bfd03e8ccac75db9f83107ed38ebca39?d=identicon)[slicklabs](/maintainers/slicklabs)

---

Top Contributors

[![leoflapper](https://avatars.githubusercontent.com/u/2369607?v=4)](https://github.com/leoflapper "leoflapper (2 commits)")

### Embed Badge

![Health badge](/badges/wefabric-real-eztat/health.svg)

```
[![Health](https://phpackages.com/badges/wefabric-real-eztat/health.svg)](https://phpackages.com/packages/wefabric-real-eztat)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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