2017 © Pedro Peláez
 

application zillow

Laravel Wrapper for Zillow API

image

travoltron/zillow

Laravel Wrapper for Zillow API

  • Monday, August 1, 2016
  • by travoltron
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % 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)

Laravel 4, (*5)

composer require yajra/zillow:~1.0

Laravel 5, (*6)

composer require yajra/zillow:~2.0

Configuration

In your config/app.php add yajra\Zillow\ServiceProvider to the end of the providers array, (*7)

'providers' => array(
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'yajra\Zillow\ServiceProvider',
),

At the end of config/app.php add Zillow => yajra\Zillow\Facade to the aliases array, (*8)

'aliases' => array(
    'App'        => 'Illuminate\Support\Facades\App',
    'Artisan'    => 'Illuminate\Support\Facades\Artisan',
    ...
    'Zillow'    => 'yajra\Zillow\Facade',
),

Lastly, publish the config file:, (*9)

Laravel 4, (*10)

$ php artisan config:publish yajra/zillow

Laravel 5, (*11)

$ php artisan vendor:publish

Then set your Zillow Web Services ID (ZWSID) by updating the zws-id value in, (*12)

Laravel 4 app/config/packages/yajra/zillow/config.php, (*13)

Laravel 5 config/zillow.php, (*14)

###Usage

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

$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:, (*16)

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

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

The Versions

01/08 2016

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

01/08 2016

2.0.7

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

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

26/07 2016

v2.0.6

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

Laravel Wrapper for Zillow API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api php zillow

26/07 2016

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

26/07 2016

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

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

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