retrochaos/trustpilot-business-unit-api
最新稳定版本:1.0.0
Composer 安装命令:
composer require retrochaos/trustpilot-business-unit-api
包简介
PHP integration with the Trustpilot Business Unit API
README 文档
README
A PHP library for accessing the Trustpilot Business Unit API.
Originally developed and open-sourced by moneymaxim.
Fully modernised to:
- Use Symfony HTTP Client
- Provide type-safe error handling
Install
Install using Composer:
composer install retrochaos/trustpilot-business-unit-api
Usage
$client = new Trustpilot\Api\BusinessUnit\Client($apiKey); // $client->find($domain): array // $client->get($businessUnitId): array // $client->getReviews($businessUnitId): array // $client->getReviews($businessUnitId, ['perPage' => 5, 'page' => 2]): array
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-20