2017 © Pedro Peláez
 

library zillow

Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow

image

dfreer/zillow

Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow

  • Tuesday, May 17, 2016
  • by dfreer
  • Repository
  • 0 Watchers
  • 1 Stars
  • 1,068 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Zillow, Laravel 5 Wrapper

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

Installation

Add dfreer/zillow as a require dependency in your composer.json file:, (*2)

composer require dfreer/zillow:master-dev

Usage

use Zillow\ZillowClient;

$client = new ZillowClient('ZWSID');

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

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

Valid Zillow callbacks are:, (*4)

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

The Versions

17/05 2016

dev-master

9999999-dev

Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow

  Sources   Download

MIT

The Requires

 

by Derek Freer

api php zillow