aspetos / api-client
此包已被放弃,不再维护。未建议替代包。
Aspetos API 客户端
1.0.1
2016-05-23 09:42 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- league/oauth2-client: ^1.4
This package is not auto-updated.
Last update: 2022-10-19 11:46:10 UTC
README
这是一个非常小的辅助工具,用于利用 Aspetos API v1
要安装,请将以下内容添加到您的 composer.json
文件中
{
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.cwd.at:aspetos/AspetosApiClient.git",
"tags-path": true,
"branches-path": false
},
],
"require": {
"aspetos/api-client": "@stable"
}
}
请参考 index.php 以了解如何使用示例