Package Data | |
---|---|
Maintainer Username: | dfreer |
Maintainer Contact: | derek.freer@kalidy.com (Derek Freer) |
Package Create Date: | 2016-05-16 |
Package Last Update: | 2016-05-17 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:02:51 |
Package Statistics | |
---|---|
Total Downloads: | 22,795 |
Monthly Downloads: | 306 |
Daily Downloads: | 17 |
Total Stars: | 2 |
Total Watchers: | 0 |
Total Forks: | 3 |
Total Open Issues: | 1 |
This is a simple Laravel 5 Wrapper for the Zillow API services.
Add dfreer/zillow
as a require dependency in your composer.json
file:
composer require dfreer/zillow:master-dev
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']);
Valid Zillow callbacks are:
MIT license.