osspkg/php-smartcat-client

PHP client for SmartCAT API (unofficial)

1.0.1 2023-05-31 23:00 UTC

This package is auto-updated.

Last update: 2024-04-30 00:33:12 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