groupby/api
最新稳定版本:v2.0.249
Composer 安装命令:
composer require groupby/api
包简介
GroupBy Inc. Searchandiser PHP API.
README 文档
README
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
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-10