An open API service indexing awesome lists of open source software.

https://github.com/osspkg/php-smartcat-client

PHP client for SmartCAT API (unofficial)
https://github.com/osspkg/php-smartcat-client

Last synced: about 1 year ago
JSON representation

PHP client for SmartCAT API (unofficial)

Awesome Lists containing this project

README

          

# osspkg/php-smartcat-client (unofficial)

PHP client for [SmartCAT API](https://developers.smartcat.com/getting-started/#getting-started)

## Installation & Usage

### Requirements

PHP 7.4 and later.
Should also work with PHP 8.0.

### Composer

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/osspkg/php-smartcat-client.git"
}
],
"require": {
"osspkg/php-smartcat-cli": "*@dev"
}
}
```

Then run `composer install`