aspetos/api-client

此包已被放弃,不再维护。未建议替代包。

Aspetos API 客户端

安装: 12

依赖者: 1

建议者: 0

安全: 0

类型:

1.0.1 2016-05-23 09:42 UTC

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 以了解如何使用示例