Download the PHP package textmaster/akeneo-extension without Composer

On this page you can find all versions of the php package textmaster/akeneo-extension. 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 akeneo-extension

Textmaster extension for Akeneo PIM

Build Status

Also available on the Akeneo marketplace: https://marketplace.akeneo.com/

Description

The Textmaster Akeneo extension allows you to easily translate your Akeneo product contents to a large quantity of languages with a simple mass edit process.

NOTES

Requirements

======= Akeneo Textmaster extension Akeneo PIM Community Edition
v3.0.* v3.0.* + API template + Dashboard + Product model
v2.3.* v2.3.* + API template
v2.2.* v2.2.* + API template
v2.1.* v2.1.* + API template
v2.0.* v2.0.* + API template
v1.3.* v1.7.* + API template
v1.2.* v1.7.*
v1.1.* v1.6.*
v1.0.* v1.5.*

You also need a Textmaster account to have some API credentials and access to the Textmaster's customer interface.

Create a Textmaster account

Creating your account on https://textmaster.com is totally free. You can access the register form by clicking on the "Login" button or by following this link.

Create one or more API templates

The 2.3 version of this extension uses Textmaster API templates. You must have at least one API template before using this extension.

How it works

The translation request is done by a very simple mass edit process:

You can check translation progress with the dashboard :

Installation

First step is to require the sources:

Register your bundle in the AppKernel::registerProjectBundles:

Then we need to add a new mass edit batch job:

Add the new routes used by the extension to the global router. Add the following lines at the end of app/config/routing.yml:

Optional : Add those parameters into app/config/parameters.yml to use textmaster sandbox :

Update the database schema and regenerate your cache and assets:

Set a cron to retrieve the translated contents from Textmaster:

This command checks for translated content once every hour. We do not recommend to check more often than every hour to not overload the Textmaster servers.

Finally, you must set a cron to synchronize translation progress from Textmaster:

This command retrieve translation progress from textmaster to supply datagrid dashboard once every 4 hours.

Parameters

You can configure your TextMaster plugin in the dedicated screen: System >> Configuration >> TextMaster

In this screen you will be able to set:

Screenshots

Video demo

A live demonstration for the 1.2 version of this extension is available on this short video: https://www.youtube.com/watch?v=9WkyQFwoWWo


All versions of akeneo-extension with dependencies

PHP Build Version
Package Version
Requires worldia/textmaster-api Version 0.7.*
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 textmaster/akeneo-extension contains the following files

Loading the files please wait ....