Download the PHP package revenuewire/translation without Composer

On this page you can find all versions of the php package revenuewire/translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package translation

Build Status Coverage Status Latest Stable Version

Install

composer require revenuewire/translation

Description

Translation Services using DyanmoDB or Redis as cache options. We also embedded two translation service providers, One Hour Translation and Google Cloud Translation.

OneHourTranslation provides human translators to translate your project where Google Cloud Translation charges a flat fee for Neural Machine Translation (NMT). Both service providers provide simple machine translation but are not supported for the purpose of this project.

Requirements

Generally, there are two modes (live or db) of configurations you can choose from.

Live Mode

Live mode uses Google Cloud Translation APIs that translate the texts directly to targeted languages. You need a Google Cloud account and key in order to use it. You also need Redis cache for better performance. No memcached support yet.

Requirement Summary
DB Mode

Database mode uses AWS DynamoDB as a storage choice. Redis is suggested but not required.

Requirement Summary

Configurations

Live Mode
DB Mode
Install
Usage

Working with Translation Services

Once you go through all your pages, your translation table should have collected all texts you need to translate.

diff

Calculate the difference between existing texts and targeted translation texts. For example, if your source table have a English word "Hello World", and the following command will generate two queue items that aim to translate "Hello World" to Chinese and French.

add

The add command will add all pending items into projects. This is useful when working with OneHourTranslation which had limits on how many texts you can schedule to translate per batch.

commit

Commit the projects to service provider. The commit only available for One Hour Translation.

push

Push the translated texts back to translation table.

Languages Support

Most language code parameters conform to ISO-639-1 identifiers, except where noted.

Code Google Cloud Translation One Hour Translation Language Display Note
en en en-us English English
af af af Afrikaans Afrikaans
ar ar ar-sa Arabic العربية
bg bg bg-bg Bulgarian Български
zh zh zh-cn-cmn-s Chinese (Simple) 简体中文
zh-cn zh-cn zh-cn-cmn-s Chinese (Simple) 简体中文 BCP-47
zh-tw zh-tw zh-cn-cmn-t Chinese (Traditional) 繁體中文 BCP-47
hr hr hr-hr Croatian hrvatski
cs cs cs-cz Czech český
da da da-dk Danish dansk
nl nl nl-nl Dutch Nederlands
fr fr fr-fr French français
de de de-de German Deutsch
el el el-gr Greek ελληνικά
iw iw N/A Hebrew עברית
hi hi hi-in Hindi हिन्दी
is is is-is Icelandic íslenska
id id id-id Indonesian Bahasa Indonesia
it it it-it Italian italiano
ja ja jp-jp Japanese 日本語
ko ko ko-kp Korean 한국어
no no no-no Norwegian Norsk
pl pl pl-pl Polish polski
pt pt pt-pt Portuguese português
pt-br N/A pt-br Portuguese (Brazil) português - Brasil ISO 639.2
pt-pt pt pt-pt Portuguese (Portugal) português ISO 639.2
ro ro ro-ro Romanian limba română
ru ru ru-ru Russian Русский
sk sk sk-sk Slovak slovenčina
es es es-es Spanish español
sv sv sv-se Swedish svenska
th th th-th Thai ภาษาไทย
tr tr tr-tr Turkish Türkçe
vi vi vi-vn Vietnamese Tiếng Việt
fi N/A fi-fi Finnish suomi

All versions of translation with dependencies

PHP Build Version
Package Version
Requires aws/aws-sdk-php Version ^3.288.1
predis/predis Version ^2.0.0
onehourtranslation/api2 Version ^1.0
google/cloud Version ^0.257
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package revenuewire/translation contains the following files

Loading the files please wait ....