opalia/trados-api-client

A client library for Trados Cloud API (RWS Language Cloud)

v0.1.1 2022-11-29 08:26 UTC

This package is auto-updated.

Last update: 2024-04-29 05:00:05 UTC


README

A client library for Trados Cloud API (RWS Language Cloud)

Installation

You can use Composer or simply Download the Release

Composer

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require opalia/trados-api-client

Finally, be sure to include the autoloader:

require_once '/path/to/your-project/vendor/autoload.php';