Skip to content

osspkg/php-smartcat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osspkg/php-smartcat-client (unofficial)

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