| 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: | 2025-11-02 03:03:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 25,830 |
| Monthly Downloads: | 223 |
| Daily Downloads: | 0 |
| 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.