osspkg / php-smartcat-client
SmartCAT API的PHP客户端(非官方版本)
1.0.1
2023-05-31 23:00 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
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