zillow

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

  • Owner: VinceG/zillow
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With OwnerVinceG/zillow
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2014-09-16 22:51:50
Pushed At2016-06-06 17:59:50
Last Commit At2016-06-06 10:59:50
Release Count2
Last Release Name1.0 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count10
Watchers Count4
Fork Count7
Commits Count1k
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private