PHPackages                             kmj/zillowbundle - 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. kmj/zillowbundle

ActiveSymfony-bundle[API Development](/categories/api)

kmj/zillowbundle
================

Symfony2 Bundle that provides classes for Zillow API

v1.0.1(9y ago)1881MITPHPPHP &gt;=5.4.0

Since Apr 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Demoboy/ZillowBundle)[ Packagist](https://packagist.org/packages/kmj/zillowbundle)[ Docs](http://github.com/Demoboy/ZillowBundle)[ RSS](/packages/kmj-zillowbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

KMJZillowBundle
===============

[](#kmjzillowbundle)

1. Installation

---

KMJZillowBundle can conveniently be installed via Composer. Just run the following command from your project directory

composer require "kmj/zillowbundle": 1.0.\*

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new KMJ\ZillowBundle\KMJZillowBundle(),
    // ...
);
```

2. Configuration

---

This bundle comes with a few configuration options.

```
kmj_zillow:
    key: %zillow_key% #The Zillow API key
```

3. Features

---

This bundle's goal is to provide quick integration to the Zillow API. For documentation please use the [Zillow API documentation](http://www.zillow.com/howto/api/APIOverview.htm)

An example request would look like:

```
$request = new SearchResultsRequest();

$request->setAddress("123 Elm St")
            ->setCityStateZip("Palo Alto, CA 94305")
            ->setRentZestimate(true);

return $request->getResponse();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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 ~348 days

Total

3

Last Release

3340d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1925283?v=4)[Kaelin Jacobson](/maintainers/demoboy)[@Demoboy](https://github.com/Demoboy)

---

Top Contributors

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

---

Tags

KMJzillow

### Embed Badge

![Health badge](/badges/kmj-zillowbundle/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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