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)
- Host: GitHub
- URL: https://github.com/osspkg/php-smartcat-client
- Owner: osspkg
- License: mit
- Created: 2023-05-30T13:23:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T23:01:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T17:18:35.203Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`