adamaveray/typeform
最新稳定版本:1.2.2
Composer 安装命令:
composer require adamaveray/typeform
包简介
A strongly-typed interface to the complete Typeform API.
README 文档
README
A strongly-typed interface to the complete Typeform API.
composer require adamaveray/typeform
Setup
- Install the library with Composer (
composer require adamaveray/typeform). - Generate a Typeform personal access token.
Usage
To interact with the Typeform API, create a new instance of the ApiClient class and pass in a personal access token:
$apiClient = new \AdamAveray\Typeform\ApiClient('{access-token}');
See the following sections for full documentation:
统计信息
- 总下载量: 26.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-11