| Install | |
|---|---|
composer require dfreer/zillow |
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.