PHPackages                             ozean12/webtranslateit - 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. ozean12/webtranslateit

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

ozean12/webtranslateit
======================

Symfony integration with WebTranslateIt

0.2(6y ago)17.0kPHP

Since Dec 22Pushed 6y ago27 watchersCompare

[ Source](https://github.com/ozean12/WebTranslateItBundle)[ Packagist](https://packagist.org/packages/ozean12/webtranslateit)[ RSS](/packages/ozean12-webtranslateit/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6af0bc7e2b95a4f349ea7c8cf189599ceae3efc204e45b3bbe8c6ea62333ef6b/68747470733a2f2f7472617669732d63692e6f72672f6f7a65616e31322f5765625472616e736c617465497442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ozean12/WebTranslateItBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8c0d1b69b97a90a90a4d1f17ada881fa6bf76fb1536a4f09c6cb3650ccc78e45/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f7a65616e31322f5765625472616e736c617465497442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6164642d747261766973)](https://scrutinizer-ci.com/g/ozean12/WebTranslateItBundle/?branch=add-travis)[![Latest Stable Version](https://camo.githubusercontent.com/f0f4435a69ace2d5c4985c24bed3ec07650edb81898e80ab8b436c2ddb89a323/68747470733a2f2f706f7365722e707567782e6f72672f6f7a65616e31322f7765627472616e736c61746569742f762f737461626c652e706e67)](https://packagist.org/packages/ozean12/webtranslateit)[![Total Downloads](https://camo.githubusercontent.com/29f5ab26b051109ded34b43fc383838663453a60ecf9685fd01c70e887177bbd/68747470733a2f2f706f7365722e707567782e6f72672f6f7a65616e31322f7765627472616e736c61746569742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ozean12/webtranslateit)

Ozean12WebTranslateItBundle
===========================

[](#ozean12webtranslateitbundle)

A Symfony 2 / Symfony 3 bundle which allows you to integrate the [WebTranslateIt](https://webtranslateit.com) translation service.

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

[](#installation)

##### 1. Require the bundle:

[](#1-require-the-bundle)

```
composer require ozean12/webtranslateit
```

##### 2. Set it up:

[](#2-set-it-up)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new EightPoints\Bundle\GuzzleBundle\GuzzleBundle(), // if not already enabled
        new JMS\SerializerBundle\JMSSerializerBundle(), // if not already enabled
        new Ozean12\WebTranslateItBundle\Ozean12WebTranslateItBundle(),
    ];

    // ...
}
```

```
# app/config/config.yml

ozean12_web_translate_it:
  # your project read key
  read_key: "%webtranslateit_read_key%"

  # path to where download your translations,
  # ex: '%kernel.root_dir%/../src/Acme/DemoBundle/Resources/translations'
  pull_path: "%webtranslateit_pull_path%"
```

Usage
-----

[](#usage)

To update the translations, run:

- For Symfony &lt; 2.8: `app/console ozean12:webtranslateit:pull`
- For Symfony 2.8 / 3: `bin/console ozean12:webtranslateit:pull`
- Or a shorthand notation: `bin/console o:w:p`

> NB: To check the command progress, add `-v` modifier (`app/console o:w:p -v` or `bin/console o:w:p -v`)

Credits
-------

[](#credits)

[Ozean12](http://ozean12.com)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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 ~1045 days

Total

2

Last Release

2431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ac44ee885055e160f28832ec719fb1a6bfd0336dfee202592b9b45116992ad7?d=identicon)[ardemchenkov](/maintainers/ardemchenkov)

---

Top Contributors

[![Ardem](https://avatars.githubusercontent.com/u/346908?v=4)](https://github.com/Ardem "Ardem (16 commits)")[![alahtarin](https://avatars.githubusercontent.com/u/4181814?v=4)](https://github.com/alahtarin "alahtarin (6 commits)")[![AhmedSamy](https://avatars.githubusercontent.com/u/2566979?v=4)](https://github.com/AhmedSamy "AhmedSamy (1 commits)")

---

Tags

shared-libsymfonysymfony-bundletranslation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ozean12-webtranslateit/health.svg)

```
[![Health](https://phpackages.com/badges/ozean12-webtranslateit/health.svg)](https://phpackages.com/packages/ozean12-webtranslateit)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)

PHPackages © 2026

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