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

ActiveLibrary[API Development](/categories/api)

alquemie/zillow-api
===================

Simple PHP wrapper for Zillow API

1.6.0(7y ago)042MITPHPPHP &gt;=5.4.0

Since Feb 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Alquemie/zillow-api)[ Packagist](https://packagist.org/packages/alquemie/zillow-api)[ Docs](https://github.com/alquemie/zillow-api)[ RSS](/packages/alquemie-zillow-api/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Zillow API PHP Wrapper
======================

[](#zillow-api-php-wrapper)

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

Requirements
------------

[](#requirements)

depends on PHP 5.4+, Guzzle 6+.

\##Installation

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

```
php composer.phar require alquemie/zillow-api:1.6.0
```

Usage
-----

[](#usage)

```
use ZillowApi\ZillowApiClient;

$client = new ZillowApiClient('zws-id');
```

```
use ZillowApi\ZillowMortgageApiClient;

$client = new ZillowMortgageApiClient('partner-id');
```

Make requests with a specific API call method:

```
// Run GetSearchResults
$response = $client->execute(
    'GetSearchResults',
    [
        'address' => '1600 Pennsylvania Ave NW',
        'citystatezip' => 'Washington DC 20006'
    ]
);
```

```
// Run GetSearchResults
$response = $client->execute(
    'zillowLenderReviews',
    [
        'nmlsId' => '12345'
    ]
);
```

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

Valid Zillow Mortgage API calls are:

- zillowLenderReviews

License
-------

[](#license)

MIT license.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~225 days

Recently: every ~124 days

Total

7

Last Release

2761d ago

Major Versions

v0.1 → v1.0.02015-02-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5050526?v=4)[Alquemie](/maintainers/Alquemie)[@Alquemie](https://github.com/Alquemie)

---

Top Contributors

[![brentmullen](https://avatars.githubusercontent.com/u/4369463?v=4)](https://github.com/brentmullen "brentmullen (7 commits)")

---

Tags

phpapizillow

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)
