Download the PHP package amplexor/xconnect without Composer
On this page you can find all versions of the php package amplexor/xconnect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amplexor/xconnect
More information about amplexor/xconnect
Files in amplexor/xconnect
Package xconnect
Short Description A PHP client for the Amplexor Global Content Management (GCM) language services (see http://www.amplexor.com/globalcontent/en/language-services/translation-services.html).
License MIT
Homepage https://github.com/amplexor-drupal/xconnect
Informations about the package xconnect
AMPLEXOR X-Connect
This library implements a PHP client for the AMPLEXOR Translation Services.
Install
Via Composer:
Usage
AMPLEXOR Translation Services provides (S)FTP environments to upload translation requests to and download translation responses. The files are packed in ZIP archives. These archives always contain a file with details about the request (order.xml) and the response (name-of-the-response-file.xml).
The amplexor/xconnect library abstracts this file creation and transfer process.
Create and send a translation request
Create a new translation request and send it to the AMPLEXOR Translation Service.
Scan AMPLEXOR Translation Service for processed translations
Connect to the AMPLEXOR Translation Service and retrieve a list of translated files.
Receive processed translations
Connect to the AMPLEXOR Translation Service, download the processed translation and extract the content.
Testing
Run all tests (make sure that you first have downloaded the dependencies with composer, see Contributing):
Contributing
Fork this repository and create pull requests if you would like to contribute.
Setup your local development environment by cloning the forked repository and run composer to get the dependencies:
Credits
License
The MIT License (MIT). Please see License File for more information.