PHPackages                             dfreer/zillow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dfreer/zillow

ActiveLibrary[API Development](/categories/api)

dfreer/zillow
=============

Laravel 5 Zillow api wrapper. This code is a fork from vinceg/zillow

227.8k↑182.1%3[1 issues](https://github.com/dfreer/zillow/issues)PHP

Since May 17Pushed 10y agoCompare

[ Source](https://github.com/dfreer/zillow)[ Packagist](https://packagist.org/packages/dfreer/zillow)[ RSS](/packages/dfreer-zillow/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zillow, Laravel 5 Wrapper
=========================

[](#zillow-laravel-5-wrapper)

This is a simple Laravel 5 Wrapper for the Zillow API services.

Installation
------------

[](#installation)

Add `dfreer/zillow` as a require dependency in your `composer.json` file:

```
composer require dfreer/zillow:master-dev

```

Usage
-----

[](#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']);

```

Valid Zillow 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
-------

[](#license)

MIT license.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3d0712a33b2894069d75e28c83a0de4bdf48608c3c4c802d092d8985fd7ddf7?d=identicon)[dfreer](/maintainers/dfreer)

### Embed Badge

![Health badge](/badges/dfreer-zillow/health.svg)

```
[![Health](https://phpackages.com/badges/dfreer-zillow/health.svg)](https://phpackages.com/packages/dfreer-zillow)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
