PHPackages                             textmaster/akeneo-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. textmaster/akeneo-extension

AbandonedSymfony-bundle

textmaster/akeneo-extension
===========================

Textmaster extension for Akeneo product data

v4.0.2(4y ago)21.7k↓100%4[2 issues](https://github.com/textmaster/akeneo-extension/issues)OSL-3.0PHPCI failing

Since Sep 22Pushed 4y ago13 watchersCompare

[ Source](https://github.com/textmaster/akeneo-extension)[ Packagist](https://packagist.org/packages/textmaster/akeneo-extension)[ RSS](/packages/textmaster-akeneo-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (66)Used By (0)

Textmaster extension for Akeneo PIM
===================================

[](#textmaster-extension-for-akeneo-pim)

[![Build Status](https://camo.githubusercontent.com/f3107cf2493b2a800bb9b44a5bbfdf2a821047e8d0c5c47e959f994ab4e4bfa6/68747470733a2f2f7472617669732d63692e6f72672f746578746d61737465722f616b656e656f2d657874656e73696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/textmaster/akeneo-extension)

Also available on the Akeneo marketplace:

Description
-----------

[](#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
-----

[](#notes)

- Please know that this module is not compatible with other TextMaster modules. If you want to use another TextMaster module, make sure to use another TextMaster account.
- The TextMaster module with Akeneo is not compatible with the feature ‘Organization’ we recently released. It is, however, in our roadmap. We invite you to consult it or contact us if you have any request.

Requirements
------------

[](#requirements)

=======

Akeneo Textmaster extensionAkeneo PIM Community Editionv3.0.\*v3.0.\* + API template + Dashboard + Product modelv2.3.\*v2.3.\* + API templatev2.2.\*v2.2.\* + API templatev2.1.\*v2.1.\* + API templatev2.0.\*v2.0.\* + API templatev1.3.\*v1.7.\* + API templatev1.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

[](#create-a-textmaster-account)

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

### Create one or more API templates

[](#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
------------

[](#how-it-works)

[![mass edit screen](doc/img/mass-edit-01.png)](doc/img/mass-edit-01.png)

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

- Select your products in the grid and choose the "translate with Textmaster" mass edit operation.
- Choose the API template used for this translation project. [API templates are explained in this documentation](doc/resources/API_EN_v2.pdf)
- Send your products to Textmaster in just one click
- You can then connect to your Textmaster client interface to choose more options, like translation memory, preferred Textmasters, etc. Your products will be translated in the PIM as soon as they are in Textmaster

You can check translation progress with the dashboard :

[![dashboard screen](doc/img/dashboard-01.png)](doc/img/dashboard-01.png)

Installation
------------

[](#installation)

First step is to require the sources:

```
composer require textmaster/akeneo-extension 3.0

```

Register your bundle in the `AppKernel::registerProjectBundles`:

```
new \Pim\Bundle\TextmasterBundle\PimTextmasterBundle(),

```

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

```
bin/console akeneo:batch:create-job 'Textmaster Connector' 'textmaster_start_projects' "mass_edit" 'textmaster_start_projects'

```

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

```
textmaster:
    resource: "@PimTextmasterBundle/Resources/config/routing.yml"

```

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

```
parameters:
    ...
    textmaster.base_uri.api: 'https://api.textmasterstaging.com/v1'
    textmaster.base_uri.app: 'https://app.textmasterstaging.com'

```

Update the database schema and regenerate your cache and assets:

```
rm -rf var/cache/* web/bundles/* web/js/* web/css/*
bin/console doctrine:schema:update --force --env=prod
bin/console p:i:a --env=prod
bin/console a:i --env=prod
node yarn run webpack
find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;

```

Set a `cron` to retrieve the translated contents from Textmaster:

```
0 * * * * /home/akeno/pim/bin/console pim:textmaster:retrieve-translations >> /tmp/textmaster.log

```

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:

```
0 0 0/4 1/1 * ? * /home/akeno/pim/bin/console pim:textmaster:update-dashboard >> /tmp/textmaster.log

```

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

### Parameters

[](#parameters)

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

[![configuration screen](doc/img/configuration-01.png)](doc/img/configuration-01.png)

In this screen you will be able to set:

- you API credentials : `API key` and `API secret`
- the attributes you want to translate

Screenshots
-----------

[](#screenshots)

[![Select products](doc/img/01-select-products.png)](doc/img/01-select-products.png)

[![Select Textmaster action](doc/img/02-select-action.png)](doc/img/02-select-action.png)

[![Configure the project](doc/img/03-configure-project.png)](doc/img/03-configure-project.png)

[![Execution details](doc/img/04-execution-details.png)](doc/img/04-execution-details.png)

Video demo
----------

[](#video-demo)

A live demonstration for the 1.2 version of this extension is available on this short video:

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 63.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~84 days

Total

55

Last Release

1724d ago

Major Versions

v2.3.2 → v3.0.42020-02-18

v2.4.2 → v3.2.42020-02-27

2.3.3 → 3.0.62020-04-09

3.0.x-dev → v4.0.02020-04-09

v3.2.14 → v4.0.12020-12-10

PHP version history (4 changes)v1.0.0PHP &gt;=5.5

v1.1.0PHP &gt;=5.6

2.0.0-beta1PHP &gt;=7.1

v3.2.0PHP 7.2.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/53fc15ef07d3658544b57f07d0616c1d63ef4607d95200ce69d17ffa3459f349?d=identicon)[jmleroux](/maintainers/jmleroux)

![](https://www.gravatar.com/avatar/8e7bf7b4a8d70006d48424a98da0099356bf324e91c691709e20bbb0bbec5f97?d=identicon)[vanhoan90it6](/maintainers/vanhoan90it6)

![](https://www.gravatar.com/avatar/6e76349d070acfffe7490fd2718529a64ec5aa645c7f67def000dde8fac523de?d=identicon)[textmaster](/maintainers/textmaster)

![](https://www.gravatar.com/avatar/4ab655a1d411baaa1357be5d7f591aeb3bcd00653cc354b906c82cc503f04a07?d=identicon)[nkhuy1609](/maintainers/nkhuy1609)

![](https://www.gravatar.com/avatar/8e0f3576b6532752885ba75a83db867ae67dd3fec307c16c0b281b3b13189986?d=identicon)[kbuiquoc](/maintainers/kbuiquoc)

---

Top Contributors

[![jmleroux](https://avatars.githubusercontent.com/u/1516770?v=4)](https://github.com/jmleroux "jmleroux (47 commits)")[![jurkowskij](https://avatars.githubusercontent.com/u/11212778?v=4)](https://github.com/jurkowskij "jurkowskij (16 commits)")[![mtredez](https://avatars.githubusercontent.com/u/40757386?v=4)](https://github.com/mtredez "mtredez (6 commits)")[![Adrien31](https://avatars.githubusercontent.com/u/4221739?v=4)](https://github.com/Adrien31 "Adrien31 (3 commits)")[![aponsin](https://avatars.githubusercontent.com/u/554213?v=4)](https://github.com/aponsin "aponsin (1 commits)")[![knapo](https://avatars.githubusercontent.com/u/63880?v=4)](https://github.com/knapo "knapo (1 commits)")

###  Code Quality

TestsBehat

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/textmaster-akeneo-extension/health.svg)

```
[![Health](https://phpackages.com/badges/textmaster-akeneo-extension/health.svg)](https://phpackages.com/packages/textmaster-akeneo-extension)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
