PHPackages                             levmyshkin/google-translate - 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. levmyshkin/google-translate

ActiveDrupal-library

levmyshkin/google-translate
===========================

Node.js service for Google Translate

1.0.2(2y ago)0238MITJavaScript

Since Nov 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/levmyshkin/google-translate)[ Packagist](https://packagist.org/packages/levmyshkin/google-translate)[ RSS](/packages/levmyshkin-google-translate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Google Translate service
========================

[](#google-translate-service)

It's a Drupal library for getting translation from Node.js service. It depends on iamtraction/google-translate npm package:

Installation and run Node.js service
------------------------------------

[](#installation-and-run-nodejs-service)

Run these commands:

```
npm install
npm start

```

Usage
-----

[](#usage)

See Translator.postman\_collection.json with POST request:

Langcodes must be ISO-639 codes:

with x-www-form-urlencoded data: translateText: Hello translateFrom: en translateTo: ru

Run node.js service in background
---------------------------------

[](#run-nodejs-service-in-background)

You can run translation node.js service in background or even on system start up:

```
npm install pm2@latest -g
yarn global add pm2
pm2 start index.js

```

More info about PM2:

### Saving the app list to be restored at reboot.

[](#saving-the-app-list-to-be-restored-at-reboot)

Once you have started all desired apps, save the app list, so it will respawn after reboot:

```
pm2 save

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b36520942f79193ba42311edf66bce9654c126a2d6733a5b3a627a4a217229f?d=identicon)[levmyshkin](/maintainers/levmyshkin)

### Embed Badge

![Health badge](/badges/levmyshkin-google-translate/health.svg)

```
[![Health](https://phpackages.com/badges/levmyshkin-google-translate/health.svg)](https://phpackages.com/packages/levmyshkin-google-translate)
```

PHPackages © 2026

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