Download the PHP package vinceg/zillow without Composer
On this page you can find all versions of the php package vinceg/zillow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vinceg/zillow
More information about vinceg/zillow
Files in vinceg/zillow
Download vinceg/zillow
More information about vinceg/zillow
Files in vinceg/zillow
Vendor vinceg
Package zillow
Short Description Zillow PHP API Wrapper
License MIT
Homepage https://github.com/vinceg/zillow
Package zillow
Short Description Zillow PHP API Wrapper
License MIT
Homepage https://github.com/vinceg/zillow
Please rate this library. Is it a good library?
Informations about the package zillow
Zillow, PHP Wrapper
This is a simple PHP Wrapper for the Zillow API services.
Requirements
depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+.
Installation
Add `VinceG/zillow as a require dependency in your
composer.json`` file:
php composer.phar require vinceg/zillow:~1.0
Usage
use Zillow\ZillowClient;
$client = new ZillowClient('ZWSID');
Make requests with a specific API call method:
// Run GetSearchResults
$response = $client->GetSearchResults(['address' => '5400 Tujunga Ave', 'citystatezip' => 'North Hollywood, CA 91601']);
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.
All versions of zillow with dependencies
PHP Build Version
Package Version
The package vinceg/zillow contains the following files
Loading the files please wait ....