zillow

This is a simple PHP Wrapper for the Zillow API services.

  • 所有者: VinceG/zillow
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Zillow, PHP Wrapper

This is a simple PHP Wrapper for the Zillow API services.

.. image:: https://travis-ci.org/VinceG/zillow.svg?branch=master
:target: https://travis-ci.org/VinceG/zillow

Requirements

depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+.

Installation

Add `VinceG/zillowas a require dependency in yourcomposer.json`` file:

.. code-block:: bash

php composer.phar require vinceg/zillow:~1.0

Usage

.. code-block:: php

use Zillow\ZillowClient;

$client = new ZillowClient('ZWSID');

Make requests with a specific API call method:

.. code-block:: php

// Run GetSearchResults
$response = $client->GetSearchResults(['address' => '5400 Tujunga Ave', 'citystatezip' => 'North Hollywood, CA 91601']);

Any Zillow API call will work. Valid callbacks are:

  • GetZestimate
  • GetSearchResults
  • GetChart
  • GetComps
  • GetDeepComps
  • GetDeepSearchResults
  • GetUpdatedPropertyDetails
  • GetDemographics
  • GetRegionChildren
  • GetRegionChart
  • GetRateSummary
  • GetMonthlyPayments
  • CalculateMonthlyPaymentsAdvanced
  • CalculateAffordability
  • CalculateRefinance
  • CalculateAdjustableMortgage
  • CalculateMortgageTerms
  • CalculateDiscountPoints
  • CalculateBiWeeklyPayment
  • CalculateNoCostVsTraditional
  • CalculateTaxSavings
  • CalculateFixedVsAdjustableRate
  • CalculateInterstOnlyVsTraditional
  • CalculateHELOC

License

MIT license.

主要指標

概覽
名稱與所有者VinceG/zillow
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2014-09-16 22:51:50
推送於2016-06-06 17:59:50
最后一次提交2016-06-06 10:59:50
發布數2
最新版本名稱1.0 (發布於 )
第一版名稱v1.0 (發布於 )
用户参与
星數10
關注者數4
派生數7
提交數1k
已啟用問題?
問題數1
打開的問題數1
拉請求數1
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?