承接 groupby/api 相关项目开发

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

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

groupby/api

最新稳定版本:v2.0.249

Composer 安装命令:

composer require groupby/api

包简介

GroupBy Inc. Searchandiser PHP API.

README 文档

README

Scrutinizer Code Quality Build Status Packagist Version Packagist Downloads license

Setup Instructions

For more on robo php taskrunner see here.

To install

composer install

To install and test

composer test

To add a dependency to this project

Composer

Add the following to the require block of your composer.json

"groupby/api": "2.0.249"

or run

composer require groupby/api:2.0.249

Examples

Searching

$bridge = new CloudBridge('<client key', 'myCustomerId');
$query = new Query();
$query->setQuery('dvd');
/** @var Results $results */
$results = $bridge->search($query);

Quickstart Web Application

Look here for an example of how to load the annotations used by our API for serialization.

Changes

As of v2.0.44 zones in a template will be serialized as an array with the names of the zones as keys.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-10