cyberduck/laravel-zoopla 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cyberduck/laravel-zoopla

Composer 安装命令:

composer require cyberduck/laravel-zoopla

包简介

Laravel wrapper for the Zoopla API

README 文档

README

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'])

统计信息

  • 总下载量: 303
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-21