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

ActiveLibrary

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 1mo ago

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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

2056d 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.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[drupal/core

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

19462.3M1.3k](/packages/drupal-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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