PHPackages                             zimmobe/miep-php-api-client - 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. zimmobe/miep-php-api-client

ActiveLibrary[API Development](/categories/api)

zimmobe/miep-php-api-client
===========================

Max-immo External Partners API Client

3.2.1(7mo ago)32.2k5MITPHPPHP ^8.0

Since Jul 17Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/zimmo-be/miep-public-api)[ Packagist](https://packagist.org/packages/zimmobe/miep-php-api-client)[ Docs](https://github.com/zimmo-be/miep-php-api-client)[ RSS](/packages/zimmobe-miep-php-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (15)Used By (0)

MIEP Public API Client
======================

[](#miep-public-api-client)

[![Build Status](https://camo.githubusercontent.com/dc2b76ad89585d6578a3dbbd1017d2dd5527cbaca979afeceebc20a4c5ee6943/68747470733a2f2f7472617669732d63692e6f72672f7a696d6d6f2d62652f6d6965702d7075626c69632d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zimmo-be/miep-public-api)

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

[](#installation)

Get your preferred [HTTP Client implementation](https://packagist.org/providers/php-http/client-implementation)

install the latest version with

```
$ composer require zimmobe/miep-php-api-client
```

Usage
-----

[](#usage)

```
use MaxImmo\ExternalParties\MiepClient;
use MaxImmo\ExternalParties\Client;
use MaxImmo\ExternalParties\JsonResponseEvaluator;
use Http\Client\HttpClient;
use Http\Message\MessageFactory;

$httpClient = new HttpClient(); // Implementation of Interface
$messageFactory =  new MessageFactory(); // Implementation of Interface
$responseEvaluator = new JsonResponseEvaluator();
$apiClient = new Client($httpClient, $messageFactory, $responseEvaluator);
$miepClient = new MiepClient('client_id', 'client_secret', $apiClient);
```

More info: [PHP-HTTP](http://docs.php-http.org/en/latest/index.html)

### Guzzle example

[](#guzzle-example)

```
use GuzzleHttp\Client as GuzzleHttpClient;
use GuzzleHttp\Psr7\HttpFactory;
use MaxImmo\ExternalParties\Client;
use MaxImmo\ExternalParties\JsonResponseEvaluator;
use MaxImmo\ExternalParties\MiepClient;

$apiClient = new Client(
    new GuzzleHttpClient(['base_uri' => 'https://ep.max-immo.be']),
    new HttpFactory(),
    new JsonResponseEvaluator()
);
$miepClient = new MiepClient('client_id', 'client_secret', $apiClient);
```

### Get list of available Brokers

[](#get-list-of-available-brokers)

```
$miepClient->getBrokers();
```

### Get information for given Broker

[](#get-information-for-given-broker)

```
$miepClient->getInformationForBroker('brokerId');
```

Note: Broker ID is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.

### Get Real Estate for Broker

[](#get-real-estate-for-broker)

```
$miepClient->getRealEstateListForBroker('brokerId');
```

Note: Broker ID is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.

### Get property for Broker

[](#get-property-for-broker)

```
$miepClient->getPropertyForBroker('brokerId', 1);
```

Note:

- brokerId is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
- propertyId is the Max-immo property id. This Property ID will be provided in the list of available Real Estate discussed earlier.

### Get project for broker

[](#get-project-for-broker)

```
$miepClient->getProjectForBroker('brokerId', 'projectId');
```

Note:

- brokerId is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
- projectId is the Max-immo property id. This Project ID will be provided in the list of available Real Estate discussed earlier.

Versioning
----------

[](#versioning)

This library will follow the classic [semver versioning](http://semver.org/). The master branch will always follow the latest release.

Changes on the core of this library and added features, will be merged back to previous versions on a best effort basis.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance62

Regular maintenance activity

Popularity25

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 57.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 ~299 days

Recently: every ~120 days

Total

11

Last Release

235d ago

Major Versions

1.1.1 → 2.0.02021-12-02

2.3.0 → 3.0.02025-01-16

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

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/416cb96f7301584aad7d69c41630931b202f336cbe4a85b3ffa49538be33eddb?d=identicon)[stefanbraspenning](/maintainers/stefanbraspenning)

![](https://www.gravatar.com/avatar/740bbc63e2adb0d5429d196ac01723304d73a115e70845ebd2cdb417740c31cf?d=identicon)[jockri](/maintainers/jockri)

![](https://www.gravatar.com/avatar/95b481c08e78cec00ea927827c6043b7f9ff82fc3eaaf16560b10b8e18751cde?d=identicon)[KoenraadM](/maintainers/KoenraadM)

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

---

Top Contributors

[![KoenraadM](https://avatars.githubusercontent.com/u/3863041?v=4)](https://github.com/KoenraadM "KoenraadM (19 commits)")[![stefanbraspenning](https://avatars.githubusercontent.com/u/5555517?v=4)](https://github.com/stefanbraspenning "stefanbraspenning (5 commits)")[![brpauwels](https://avatars.githubusercontent.com/u/6988341?v=4)](https://github.com/brpauwels "brpauwels (4 commits)")[![mathieuzimmo](https://avatars.githubusercontent.com/u/154589783?v=4)](https://github.com/mathieuzimmo "mathieuzimmo (3 commits)")[![SvenZimmo](https://avatars.githubusercontent.com/u/195305175?v=4)](https://github.com/SvenZimmo "SvenZimmo (2 commits)")

---

Tags

apipartnermiepep

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zimmobe-miep-php-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/zimmobe-miep-php-api-client/health.svg)](https://phpackages.com/packages/zimmobe-miep-php-api-client)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35636.1k2](/packages/telnyx-telnyx-php)[mozex/anthropic-php

Anthropic PHP is a supercharged community-maintained PHP API client that allows you to interact with Anthropic API.

46365.1k13](/packages/mozex-anthropic-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)

PHPackages © 2026

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