承接 kmj/zillowbundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kmj/zillowbundle

最新稳定版本:v1.0.1

Composer 安装命令:

composer require kmj/zillowbundle

包简介

Symfony2 Bundle that provides classes for Zillow API

关键字:

README 文档

README

  1. Installation

KMJZillowBundle can conveniently be installed via Composer. Just run the following command from your project directory

composer require "kmj/zillowbundle": 1.0.*

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new KMJ\ZillowBundle\KMJZillowBundle(),
    // ...
);
  1. Configuration

This bundle comes with a few configuration options.

kmj_zillow:
    key: %zillow_key% #The Zillow API key
  1. Features

This bundle's goal is to provide quick integration to the Zillow API. For documentation please use the Zillow API documentation

An example request would look like:

$request = new SearchResultsRequest();

$request->setAddress("123 Elm St")
            ->setCityStateZip("Palo Alto, CA 94305")
            ->setRentZestimate(true);

return $request->getResponse();

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固