osspkg / php-smartcat-client
PHP client for SmartCAT API (unofficial)
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: 2026-03-01 00:42:15 UTC
README
PHP client for SmartCAT API
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/osspkg/php-smartcat-client.git"
}
],
"require": {
"osspkg/php-smartcat-cli": "*@dev"
}
}
Then run composer install