webhubworks/weclapp-api-core
最新稳定版本:3.1.0.0
Composer 安装命令:
composer require webhubworks/weclapp-api-core
包简介
This package houses a generated API client to interact with the Weclapp API.
README 文档
README
Generating the Weclapp API client
- Place the OpenAPI spec in
config/jane-openapi-php. - Run
ddev php vendor/bin/jane-openapi generate --config-file=./config/jane-openapi.php- This will generate the API client in
app/Weclapp/generated
- This will generate the API client in
Usage
Example usage:
<?php use Webhub\Weclapp\Client; class WeclappTest extends Command { public function handle() { $weclappClient = Client::create(); $result = $weclappClient->getArticleCount(); ... } }
统计信息
- 总下载量: 114
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-15