PHPackages                             godwin-ojebiyi/clara - 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. godwin-ojebiyi/clara

ActiveProject[API Development](/categories/api)

godwin-ojebiyi/clara
====================

A Simple Package for getting home worth using the Zillow API and displaying the Property Image by Using Google Map.

06PHP

Since Jul 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/GodwinOjebiyi/Clara)[ Packagist](https://packagist.org/packages/godwin-ojebiyi/clara)[ RSS](/packages/godwin-ojebiyi-clara/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Clara
=====

[](#clara)

=========================

A Simple Package for getting home worth using the Zillow API and displaying the Property Image by Using Google Map. Clara can help speed up the creation of a real estate website or a section for showing home value on your website.

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

[](#requirements)

Zillow Property Listing API KEY Google Map Javascript API KEY

Features
--------

[](#features)

- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Examples
- Easy to use to any framework or even a plain php file
- Search and Deep Search Result API from Zillow

Instalation
-----------

[](#instalation)

```
$ composer require godwin-ojebiyi/clara
```

Usage
-----

[](#usage)

```
require_once(__DIR__ . '/vendor/autoload.php');
use GodwinOjebiyi\Clara;
$clara = new Clara($zillow_id, $google_maps_api_key);
```

### Set Address for clara to work on

[](#set-address-for-clara-to-work-on)

```
$clara->set_address("address");
```

### Get Address clara is working on

[](#get-address-clara-is-working-on)

```
$clara->get_address();
```

### Get Home Worth

[](#get-home-worth)

```
if($clara->get_home_worth()){
	echo $clara->show_estimate_info('home_url');
	echo $clara->show_estimate_info('zestimate_low');
	echo $clara->show_estimate_info('zestimate_high');
	echo $clara->show_estimate_info('zestimate');
}else{
	echo "Clara cannot find your home with Zillow";
}
```

### Get Property Image

[](#get-property-image)

```
echo $clara->get_property_image($width, $height);
```

Coming Soon
-----------

[](#coming-soon)

- Estimated Property Value Growth Chart
- Ability to include bootstrap classes in Clara.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/cfc71d510ebfec29c3c43dd443a8ab4dd7680ea6c188b3d0a55c1ddf64fdbcd3?d=identicon)[codersean](/maintainers/codersean)

---

Top Contributors

[![GodwinOjebiyi](https://avatars.githubusercontent.com/u/13014929?v=4)](https://github.com/GodwinOjebiyi "GodwinOjebiyi (3 commits)")

### Embed Badge

![Health badge](/badges/godwin-ojebiyi-clara/health.svg)

```
[![Health](https://phpackages.com/badges/godwin-ojebiyi-clara/health.svg)](https://phpackages.com/packages/godwin-ojebiyi-clara)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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