2017 © Pedro Peláez
 

library zillow-api

Simple PHP wrapper for Zillow API

image

brentmullen/zillow-api

Simple PHP wrapper for Zillow API

  • Monday, June 12, 2017
  • by brentmullen
  • Repository
  • 1 Watchers
  • 4 Stars
  • 418 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Zillow API PHP Wrapper

This is a simple PHP Wrapper for the Zillow API services., (*1)

Requirements

depends on PHP 5.4+, Guzzle 4+., (*2)

Installation

Add brentmullen/zillow-api as a require dependency in your composer.json file:, (*3)

php composer.phar require brentmullen/zillow-api:1.0.0

Usage

use ZillowApi\ZillowApiClient;

$client = new ZillowApiClient('zws-id');

Make requests with a specific API call method:, (*4)

// Run GetSearchResults
$response = $client->execute(
    'GetSearchResults', 
    [
        'address' => '1600 Pennsylvania Ave NW', 
        'citystatezip' => 'Washington DC 20006'
    ]
);

Any Zillow API call will work. Valid methods are:, (*5)

  • 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., (*6)

The Versions

12/06 2017

dev-master

9999999-dev https://github.com/brentmullen/zillow-api

Simple PHP wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brent Mullen

api php zillow

12/06 2017

v1.0.1

1.0.1.0 https://github.com/brentmullen/zillow-api

Simple PHP wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brent Mullen

api php zillow

10/02 2015

v1.0.0

1.0.0.0 https://github.com/brentmullen/zillow-api

Simple PHP wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brent Mullen

api php zillow

10/02 2015

v0.1

0.1.0.0 https://github.com/brentmullen/zillow-api

Simple PHP wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Brent Mullen

api php zillow