wpdesk/helpscout-docs-api-php
最新稳定版本:4.0.1
Composer 安装命令:
composer require wpdesk/helpscout-docs-api-php
包简介
API client for the Help Scout Docs API
README 文档
README
PHP Wrapper for the Help Scout Docs API. More information about Docs API: http://developer.helpscout.net/docs-api/.
Inspired and followed by original https://github.com/helpscout/helpscout-api-php repository.
Requirements
- PHP >= 8
Installation
This will install latest 4.* version:
composer require m1x0n/helpscout-docs-api-php
| Package version | PHP version |
|---|---|
1.* |
>= 5.5 |
2.* |
>= 7.3 |
3.* |
>= 7.4 |
4.* |
>= 8 |
Previous versions are also available and could be installed in following way:
composer require m1x0n/helpscout-docs-api-php:^2
Example Usage:
require_once __DIR__ . '/../vendor/autoload.php'; use HelpScoutDocs\DocsApiClient; // Initialize client $docsApiClient = new DocsApiClient('your-api-key'); // Get all collections $collections = $docsApiClient->getCollections();
More examples
Changelog
Covered Docs API methods
Contributions
Contributions are highly appreciated.
Feel free to file an issue, send a PR, make a suggestion etc.
TODO
Use jms/serializer for deserialization
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-01