osspkg/php-smartcat-client

SmartCAT API的PHP客户端(非官方版本)

1.0.1 2023-05-31 23:00 UTC

This package is auto-updated.

Last update: 2024-09-30 01:30:34 UTC


README

SmartCAT API的PHP客户端 (获取开始信息)

安装和用法

要求

PHP 7.4及以后版本。也应适用于PHP 8.0。

Composer

要使用Composer安装绑定,请将以下内容添加到composer.json

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/osspkg/php-smartcat-client.git"
    }
  ],
  "require": {
    "osspkg/php-smartcat-cli": "*@dev"
  }
}

然后运行composer install