osspkg / php-smartcat-client
PHP client for SmartCAT API (unofficial)
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/osspkg/php-smartcat-client
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: 2025-10-29 02:51:07 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