Skip to content

Opalia-dev/trados-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trados-api-client

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';