PHPackages                             atk14/live-translator - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. atk14/live-translator

ActiveLibrary[Localization &amp; i18n](/categories/localization)

atk14/live-translator
=====================

v0.1.2(3mo ago)01.0kMITPHPPHP &gt;=5.5.0

Since Mar 28Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/atk14/LiveTranslator)[ Packagist](https://packagist.org/packages/atk14/live-translator)[ Docs](https://github.com/atk14/LiveTranslator)[ RSS](/packages/atk14-live-translator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

LiveTranslator
==============

[](#livetranslator)

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

[](#installation)

```
cd path/to/your/project/
composer require atk14/live-translator

ln -s ../../../vendor/atk14/live-translator/src/app/forms/api/live_translator app/forms/api/
ln -s ../../../vendor/atk14/live-translator/src/app/controllers/api/live_translator_controller.php app/controllers/api/

```

Edit gulpfile-admin.js and add live\_translator.js to vendorScripts

```
var vendorScripts = [
  ...
  "vendor/atk14/live-translator/src/public/scripts/utils/live_translator.js"
];

```

TODO: Describe changes in app/forms/admin/admin\_form.php

Configuration
-------------

[](#configuration)

By default LiveTranslator is using Google API. If translation using DeepL.com is required, the following two constants must be defined:

```
define("LIVE_TRANSLATOR_DEEPL_API_AUTH_KEY","34567012-9a78-debc-f012-789abc456de0:fx");
define("LIVE_TRANSLATOR_DEEPL_API_PRO",false); // true or false

```

Source language
---------------

[](#source-language)

Source language for translation is taken automatically from the lang attribute in &lt;htm&gt; element (e.g. &lt;html lang="cs"&gt;).

In attribute data-live\_translator\_source\_lang the other source language can be specified implicitly (e.g. &lt;html lang="cs" data-live\_translator\_source\_lang="en"&gt;).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance86

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.4% 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 ~153 days

Total

3

Last Release

99d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6304dffbd91d7a978f98632b0e4e30d662dcdb691daadb1388a58984e98faf5c?d=identicon)[yarri](/maintainers/yarri)

---

Top Contributors

[![yarri](https://avatars.githubusercontent.com/u/974278?v=4)](https://github.com/yarri "yarri (53 commits)")[![mysutka](https://avatars.githubusercontent.com/u/974669?v=4)](https://github.com/mysutka "mysutka (2 commits)")

### Embed Badge

![Health badge](/badges/atk14-live-translator/health.svg)

```
[![Health](https://phpackages.com/badges/atk14-live-translator/health.svg)](https://phpackages.com/packages/atk14-live-translator)
```

###  Alternatives

[tanmuhittin/laravel-google-translate

Translate translation files to other languages using google translate api

4312.2M11](/packages/tanmuhittin-laravel-google-translate)[stevebauman/translation

An easy automatic database driven translator for Laravel 5

7620.1k](/packages/stevebauman-translation)[devaslanphp/auto-translate

Auto generate translation JSON files

6623.1k](/packages/devaslanphp-auto-translate)[enupal/translate

Translate your website templates and plugins into multiple languages. Bulk translation with Google Translate or Yandex.

1172.1k](/packages/enupal-translate)

PHPackages © 2026

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