github.com/razorcreations/tanda-php
源代码
问题
安装: 3
依赖: 0
建议: 0
安全: 0
星标: 0
关注者: 2
分支: 0
公开问题: 4
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT e62b2e2f33c41505b6f8e9042f831ab3da23b3e1
This package is auto-updated.
Last update: 2024-09-19 22:35:22 UTC
此库使用 GuzzleHttp 向 Tanda API 发送 API 请求。
🚧 请注意,这是一个非常正在进行中的项目... 🚧
composer require "razorcreations/tanda-php"
<?php $token = 'yourSecretTokenHere'; $tanda = new \RazorCreations\Tanda\APIClient($token); $users = $tanda->getAllUsers();
https://my.tanda.co/api/v2/documentation#top