cyberduck/laravel-zoopla

Laravel wrapper for the Zoopla API
303 4
Install
composer require cyberduck/laravel-zoopla
PHP:>=5.4.0
License:MIT
Last Updated:Nov 30, 2017
Links: GitHub  ·  Packagist
Maintainer: Ben-Speakman

laravel-zoopla

Laravel 5 package for the Zoopla API

Install

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

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

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

Please see the Zoopla API 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'])

Related Packages

jeroen-g/laravel-packager

A cli tool for creating Laravel packages.

735,256 1,370
lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users...

19,094,858 2,336
jrenton/laravel-5-scaffold

Fastest way to rapidly scaffold a laravel application

268 4
igaster/laravel-theme

Laravel Themes: Asset & Views folder per theme. Theme inheritance. Blade integra...

1,257,366 515
bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2,546,238 280