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

ActiveApplication[API Development](/categories/api)

vinceg/zillow
=============

Zillow PHP API Wrapper

v1.0(11y ago)109667[1 issues](https://github.com/VinceG/zillow/issues)MITPHPPHP &gt;=5.4.0

Since Sep 17Pushed 9y ago3 watchersCompare

[ Source](https://github.com/VinceG/zillow)[ Packagist](https://packagist.org/packages/vinceg/zillow)[ Docs](https://github.com/vinceg/zillow)[ RSS](/packages/vinceg-zillow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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

[](#zillow-php-wrapper)

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

[![https://travis-ci.org/VinceG/zillow.svg?branch=master](https://camo.githubusercontent.com/36e0e0cdcf9aceecf778f92f4839a65b527a4ecd761d16d8073b50365b59fea5/68747470733a2f2f7472617669732d63692e6f72672f56696e6365472f7a696c6c6f772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/VinceG/zillow)Requirements
------------

[](#requirements)

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

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

[](#installation)

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

```
php composer.phar require vinceg/zillow:~1.0
```

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

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.9% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4253d ago

### Community

Maintainers

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

---

Top Contributors

[![VinceG](https://avatars.githubusercontent.com/u/195199?v=4)](https://github.com/VinceG "VinceG (1010 commits)")[![anton-ko](https://avatars.githubusercontent.com/u/1134929?v=4)](https://github.com/anton-ko "anton-ko (1 commits)")

---

Tags

phpapizillow

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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