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

1.0.1 2023-05-31 23:00 UTC

This package is auto-updated.

Last update: 2025-09-29 02:44:22 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