PHPackages                             alkurn/yii2-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. alkurn/yii2-zillow

ActiveYii2-extension[API Development](/categories/api)

alkurn/yii2-zillow
==================

Zillow PHP API Wrapper

039PHP

Since May 10Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Zillow, PHP Wrapper
===================

[](#zillow-php-wrapper)

This is a simple PHP Wrapper for the Zillow API services.

[![https://travis-ci.org/alkurn/zillow.svg?branch=master](https://camo.githubusercontent.com/95b2f54252bfd9d44f0cb1b2cb9b842c066ddbf3aadba76d79fd0f4fd7fd16c6/68747470733a2f2f7472617669732d63692e6f72672f616c6b75726e2f7a696c6c6f772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alkurn/zillow)Requirements
------------

[](#requirements)

depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+.

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

[](#installation)

Add alkurn/yii2-zillow as a require dependency in your `composer.json` file:

```
composer require alkurn/yii2-zillow:dev-master
```

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']);
```

Any Zillow API call will work. Valid 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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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/485ae3b1c7496e2d8d100c7c12274e3e7d490afc132ef1b3a2b2a30f10727e1e?d=identicon)[gmankar](/maintainers/gmankar)

---

Top Contributors

[![grmankar](https://avatars.githubusercontent.com/u/10545660?v=4)](https://github.com/grmankar "grmankar (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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