2017 © Pedro Peláez
 

application zillow

Laravel Wrapper for Zillow API

image

yajra/zillow

Laravel Wrapper for Zillow API

  • Saturday, October 28, 2017
  • by yajra
  • Repository
  • 1 Watchers
  • 11 Stars
  • 331 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 13 Versions
  • 4 % Grown

The README.md

Zillow, Laravel Wrapper

A simple Laravel Wrapper for the Zillow API services., (*1)

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*2)

Requirements

depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+., (*3)

Installation

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

composer require yajra/zillow:~3.0

Configuration (Optional on Laravel 5.5)

In your config/app.php add Yajra\Zillow\ZillowServiceProvider to the end of the providers array, (*5)

'providers' => [
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Yajra\Zillow\ZillowServiceProvider',
],

At the end of config/app.php add Zillow => Yajra\Zillow\Facades\Zillow to the aliases array, (*6)

'aliases' => [
    'App'        => 'Illuminate\Support\Facades\App',
    'Artisan'    => 'Illuminate\Support\Facades\Artisan',
    ...
    'Zillow'    => 'Yajra\Zillow\Facades\Zillow',
],

Lastly, publish the config file (Optional):, (*7)

$ php artisan vendor:publish

Then set your Zillow Web Services ID (ZWSID) by updating the zws-id value in config/zillow.php., (*8)

You can also set ZWSID key on your env file and skip the publishing of config., (*9)

Usage

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

$params = [
    'address' => '5400 Tujunga Ave',
    'citystatezip' => 'North Hollywood, CA 91601'
];
// Run GetSearchResults
$response = Zillow::getSearchResults($params);

Any Zillow API call will work. Valid callbacks are:, (*11)

Home Valuation API

Property Details API

Neighborhood Data

Other API

  • getDemographics
  • getRateSummary
  • getMonthlyPayments
  • calculateMonthlyPaymentsAdvanced
  • calculateAffordability
  • calculateRefinance
  • calculateAdjustableMortgage
  • calculateMortgageTerms
  • calculateDiscountPoints
  • calculateBiWeeklyPayment
  • calculateNoCostVsTraditional
  • calculateTaxSavings
  • calculateFixedVsAdjustableRate
  • calculateInterstOnlyVsTraditional
  • calculateHELOC

License

MIT license., (*12)

This package was inspired by Zillow, PHP Wrapper, (*13)

The Versions

28/10 2017

3.0.x-dev

3.0.9999999.9999999-dev https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

05/10 2017

dev-master

9999999-dev https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

05/10 2017

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

05/10 2017

v2.0.5

2.0.5.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

04/10 2017

v2.0.4

2.0.4.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

28/11 2015

v2.0.3

2.0.3.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

24/06 2015

v2.0.2

2.0.2.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

24/06 2015

v2.0.1

2.0.1.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

24/06 2015

v2.0.0

2.0.0.0 https://github.com/yajra/zillow

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

10/10 2014

v1.0.2

1.0.2.0 https://github.com/yajra/zillow

Zillow PHP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

10/10 2014

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/yajra/zillow

Zillow PHP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

10/10 2014

v1.0.1

1.0.1.0 https://github.com/yajra/zillow

Zillow PHP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

10/10 2014

v1.0.0

1.0.0.0 https://github.com/yajra/zillow

Zillow PHP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow