Download the PHP package travoltron/zillow without Composer
On this page you can find all versions of the php package travoltron/zillow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download travoltron/zillow
More information about travoltron/zillow
Files in travoltron/zillow
Package zillow
Short Description Laravel Wrapper for Zillow API
License MIT
Homepage https://github.com/yajra/zillow
Informations about the package zillow
Zillow, Laravel Wrapper
A simple Laravel Wrapper for the Zillow API services.
Requirements
depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+.
Installation
Add yajra/zillow
as a require dependency in your composer.json
file:
Laravel 4
Laravel 5
Configuration
In your config/app.php
add yajra\Zillow\ServiceProvider
to the end of the providers array
At the end of config/app.php
add Zillow
=> yajra\Zillow\Facade
to the aliases array
Lastly, publish the config file:
Laravel 4
Laravel 5
Then set your Zillow Web Services ID (ZWSID) by updating the zws-id
value in
Laravel 4
app/config/packages/yajra/zillow/config.php
Laravel 5
config/zillow.php
Usage
Make requests with a specific API call method:
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.
Links
This package was inspired by Zillow, PHP Wrapper