8000 GitHub - nukecpower/zillow: This is a simple PHP Wrapper for the Zillow API services.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nukecpower/zillow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zillow, PHP Wrapper

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

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

Requirements

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

Installation

Add VinceG/zillow` as a require dependency in your composer.json file:

php composer.phar require vinceg/zillow:~1.0

Usage

use Zillow\ZillowClient;

$client = new ZillowClient('ZWSID');

Make requests with a specific API call method:

// 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0