dev-master
9999999-devLaravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow
MIT
The Requires
- php >=5.5.9
- guzzlehttp/guzzle 5.3|~6.0
- fabpot/goutte ^3.1
by Derek Freer
api php zillow
Wallogit.com
2017 © Pedro Peláez
Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow
This is a simple Laravel 5 Wrapper for the Zillow API services., (*1)
Add dfreer/zillow as a require dependency in your composer.json file:, (*2)
composer require dfreer/zillow:master-dev
use Zillow\ZillowClient;
$client = new ZillowClient('ZWSID');
Make requests with a specific API call method:, (*3)
// Run GetSearchResults $response = $client->GetSearchResults(['address' => '5400 Tujunga Ave', 'citystatezip' => 'North Hollywood, CA 91601']);
Valid Zillow callbacks are:, (*4)
MIT license., (*5)
Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow
MIT
api php zillow