PHPackages                             cyberduck/laravel-zoopla - 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. cyberduck/laravel-zoopla

ActiveLibrary[API Development](/categories/api)

cyberduck/laravel-zoopla
========================

Laravel wrapper for the Zoopla API

43032PHP

Since Aug 19Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Cyber-Duck/laravel-zoopla)[ Packagist](https://packagist.org/packages/cyberduck/laravel-zoopla)[ RSS](/packages/cyberduck-laravel-zoopla/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-zoopla
==============

[](#laravel-zoopla)

Laravel 5 package for the Zoopla API

Install
-------

[](#install)

Simply add the following line to your `composer.json` and run install/update:

```
"cyberduck/laravel-zoopla": "dev-master"

```

Configuration
-------------

[](#configuration)

Publish the package config files to configure your api keys:

```
php artisan vendor:publish

```

You will also need to add the service provider and optionally the facade alias to your `app/config/app.php`:

```
'providers' => array(
  'Cyberduck\LaravelZoopla\LaravelZooplaServiceProvider'
)

'aliases' => array(
  'Zoopla' => 'Cyberduck\LaravelZoopla\Facades\Zoopla'
),
```

### Usage

[](#usage)

*Please see the [Zoopla API](http://developer.zoopla.com/docs) for full documentation.*

You can either use the facade or inject the Zoopla class. The package provides a camel case interface to all the existing api methods

```
Zoopla::PropertyListings(['postcode' => 'WD6 3EP'])
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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/27ef1eafa7cfeb2a4d815ff6329e472795ab626f27504a1467f0df43fded7d7e?d=identicon)[Ben-Speakman](/maintainers/Ben-Speakman)

---

Top Contributors

[![threesquared](https://avatars.githubusercontent.com/u/892142?v=4)](https://github.com/threesquared "threesquared (2 commits)")

### Embed Badge

![Health badge](/badges/cyberduck-laravel-zoopla/health.svg)

```
[![Health](https://phpackages.com/badges/cyberduck-laravel-zoopla/health.svg)](https://phpackages.com/packages/cyberduck-laravel-zoopla)
```

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