pdir/immobilienscout-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pdir/immobilienscout-api

Composer 安装命令:

composer require pdir/immobilienscout-api

包简介

Simple API Integration for Immobilienscout24

README 文档

README

Requirements

PHP: >= 7.2
Extensions: Composer, PHP-JSON

Install

composer:
composer require pdir/immoscout-api

Usage

Search for the official API Documentation here.
You need an Consumer Key and Consumer Secret - Get your client credentials.

Use IS24 RestAPI playground for testing and getting the Access Token and Access Secret.

Manual generate Access Token and Access Secret (German)

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');

统计信息

  • 总下载量: 72
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-11-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固