PHPackages                             dant89/zoopla-api-php-client - 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. dant89/zoopla-api-php-client

ActiveLibrary[API Development](/categories/api)

dant89/zoopla-api-php-client
============================

A lightweight PHP client for the Zoopla API

0.0.2(5y ago)05MITPHPPHP ^7.2

Since Sep 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dant89/zoopla-api-php-client)[ Packagist](https://packagist.org/packages/dant89/zoopla-api-php-client)[ RSS](/packages/dant89-zoopla-api-php-client/feed)WikiDiscussions master Synced today

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

Zoopla API PHP Client
=====================

[](#zoopla-api-php-client)

An unofficial PHP client for the Zoopla API

[![Latest Stable Version](https://camo.githubusercontent.com/b9907f0f1a1d20b541e6584af582bc8553a30bc8d00d324a2e47383af8e5e5a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e7438392f7a6f6f706c612d6170692d7068702d636c69656e742e737667)](https://packagist.org/packages/dant89/zoopla-api-php-client)[![Github Issues](https://camo.githubusercontent.com/2fd071bd4e2a4cddf2bf0dd514da76ffa50318f814e718964465ec0068dd3376/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f64616e7438392f7a6f6f706c612d6170692d7068702d636c69656e74)](https://github.com/dant89/zoopla-api-php-client/issues)

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

[](#installation)

To install, run `composer require dant89/zoopla-api-php-client` in the root of your project or add `dant89/zoopla-api-php-client` to your composer.json.

```
"require": {
    "dant89/zoopla-api-php-client": REPLACE_WITH_VERSION
}
```

Zoopla developer API Documentation
----------------------------------

[](#zoopla-developer-api-documentation)

To read more about how the Zoopla developer API functions, please read the [official documentation](https://developer.zoopla.co.uk).

Usage
-----

[](#usage)

Use your provided `api key` upon instantiation of this client. You can also specify the `version` and `response output` to be different from the defaults.

```
use Dant89\ZooplaApiClient\Client;

// Create base client
$zooplaClient = new Client(ZOOPLA_API_KEY);
// Select application client
$propertyClient = $zooplaClient->getHttpClient('property');
$properties = $propertyClient->getPropertyListings();
```

Tests
-----

[](#tests)

You can test your API key by running the PHPUnit tests included in this client.

Please note that tests will count as API call usages for the API key you specify.

PHPUnit tests:

1. Add your `apiKey` to `tests/Helper/ClientTestCase.php`
2. `php vendor/phpunit/phpunit/phpunit tests`

PHP CodeSniffer:

- `php vendor/squizlabs/php_codesniffer/bin/phpcs src --standard=PSR2 --severity=5 --extensions=php`

PHP MessDetector

- `php vendor/phpmd/phpmd/src/bin/phpmd src text controversial,unusedcode,design `

Contributions
-------------

[](#contributions)

Contributions to the client are welcome, to contribute please:

1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new pull request

###  Health Score

20

—

LowBetter than 13% 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2109d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09e9dab2a010158a6b2a381ba3f41f3f30887305090f40b4b667803d9986483d?d=identicon)[dant89](/maintainers/dant89)

---

Top Contributors

[![dant89](https://avatars.githubusercontent.com/u/1819818?v=4)](https://github.com/dant89 "dant89 (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dant89-zoopla-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/dant89-zoopla-api-php-client/health.svg)](https://phpackages.com/packages/dant89-zoopla-api-php-client)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M733](/packages/sylius-sylius)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)

PHPackages © 2026

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