PHPackages                             pdir/immobilienscout-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pdir/immobilienscout-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pdir/immobilienscout-api
========================

Simple API Integration for Immobilienscout24

1.2.0(3y ago)372[1 issues](https://github.com/pdir/immobilienscout-api/issues)MITPHPPHP ^7.2 || ^8.0

Since Nov 18Pushed 3y ago2 watchersCompare

[ Source](https://github.com/pdir/immobilienscout-api)[ Packagist](https://packagist.org/packages/pdir/immobilienscout-api)[ RSS](/packages/pdir-immobilienscout-api/feed)WikiDiscussions master Synced 1w ago

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

Simple Immobilienscout24 PHP API
================================

[](#simple-immobilienscout24-php-api)

Requirements
------------

[](#requirements)

PHP: &gt;= 7.2
Extensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)

Install
-------

[](#install)

composer:
`composer require pdir/immoscout-api`

Usage
-----

[](#usage)

Search for the official API Documentation [here](https://api.immobilienscout24.de/api-docs/get-started/introduction/).
You need an *Consumer Key* and *Consumer Secret* - [Get your client credentials](https://api.immobilienscout24.de/api-docs/get-started/get-your-client-credentials/).

Use [IS24 RestAPI playground](https://playground.immobilienscout24.de/rest/playground) for testing and getting the Access Token and Access Secret.

Manual [generate Access Token and Access Secret](https://pdir.de/docs/de/customer/immobileinscout24-api/) (German)

### Basic

[](#basic)

```
// store keys in .env file or use credentials array
$credentials = [
    'consumerKey' => 'IS24_CONSUMER_KEY',
    'consumerSecret' => 'IS24_CONSUMER_SECRET',
    'tokenKey' => 'IS24_TOKEN_KEY',
    'tokenSecret' => 'IS24_TOKEN_SECRET',
];

$api = new \Pdir\Immoscout\Api();
or
$api = new \Pdir\Immoscout\Api($credentials);

// get all real estates with details
$estates = $api->getAllRealEstates(true);

// get only active real estates with details
$estates = $api->getAllRealEstates(true, false, true);

// get real estate by id
$estate = $api->getRealEstate('1234567890');

// get attachments by id
$attachments = $api->getAttachments('1234567890');

// get contact by id
$contact = $api->getContact('1234567890');
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~284 days

Total

4

Last Release

1245d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.1.0PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10244240?v=4)[Mathias Arzberger](/maintainers/MDevster)[@MDevster](https://github.com/MDevster)

---

Top Contributors

[![MDevster](https://avatars.githubusercontent.com/u/10244240?v=4)](https://github.com/MDevster "MDevster (8 commits)")[![seibtph](https://avatars.githubusercontent.com/u/17127525?v=4)](https://github.com/seibtph "seibtph (2 commits)")

---

Tags

apirestimmobilienscout

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pdir-immobilienscout-api/health.svg)

```
[![Health](https://phpackages.com/badges/pdir-immobilienscout-api/health.svg)](https://phpackages.com/packages/pdir-immobilienscout-api)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k52.2M377](/packages/api-platform-core)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.5M254](/packages/api-platform-metadata)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1074.9M20](/packages/xeroapi-xero-php-oauth2)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)

PHPackages © 2026

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