2017 © Pedro Peláez
 

library laravel-zoopla

Laravel wrapper for the Zoopla API

image

cyberduck/laravel-zoopla

Laravel wrapper for the Zoopla API

  • Thursday, November 30, 2017
  • by Ben-Speakman
  • Repository
  • 3 Watchers
  • 2 Stars
  • 282 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-zoopla

Laravel 5 package for the Zoopla API, (*1)

Install

Simply add the following line to your composer.json and run install/update:, (*2)

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

Configuration

Publish the package config files to configure your api keys:, (*3)

php artisan vendor:publish

You will also need to add the service provider and optionally the facade alias to your app/config/app.php:, (*4)

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

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

Usage

Please see the Zoopla API for full documentation., (*5)

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

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

The Versions

30/11 2017

dev-laravel/5.2

dev-laravel/5.2

Laravel wrapper for the Zoopla API

  Sources   Download

MIT

The Requires

 

by Ben Speakman

laravel package zoopla

19/08 2015

dev-master

9999999-dev

Laravel wrapper for the Zoopla API

  Sources   Download

MIT

The Requires

 

by Ben Speakman

laravel package zoopla