PHPackages                             elmoulaoui/web-translator-bundle - 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. elmoulaoui/web-translator-bundle

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

elmoulaoui/web-translator-bundle
================================

manage translation files with web pages

014PHP

Since Sep 2Pushed 12y ago1 watchersCompare

[ Source](https://github.com/elmoulaoui/WebTranslatorBundle)[ Packagist](https://packagist.org/packages/elmoulaoui/web-translator-bundle)[ RSS](/packages/elmoulaoui-web-translator-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

WebTranslatorBundle
===================

[](#webtranslatorbundle)

manage translation files with web pages

Installation
============

[](#installation)

1. add bundle to composer.json

"require": { "elmoulaoui/web-translator-bundle": "dev-master" }

2. php composer.phar update
3. app/AppKernel.php, enable the bundle :

$bundles = array( .... new Web\\TranslatorBundle\\WebTranslatorBundle(), .... );

4. add bundle configuration in app/config/parameters.yml

    translator\_bundles:e acme-demo-bundle: "%kernel.root\_dir%/../src/Acme/DemoBundle" translator\_main\_language: fr translator\_target\_languages: \[en\] translator\_target\_domains: \[messages, validators, AcmeDemoBundle\] translator\_format: xliff
5. import bundle routing in app/config/routing.yml

web\_translator: resource: "@WebTranslatorBundle/Resources/config/routing.yml" prefix: /translator

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3133256?v=4)[elmoulaoui](/maintainers/elmoulaoui)[@elmoulaoui](https://github.com/elmoulaoui)

---

Top Contributors

[![elmoulaoui](https://avatars.githubusercontent.com/u/3133256?v=4)](https://github.com/elmoulaoui "elmoulaoui (24 commits)")

### Embed Badge

![Health badge](/badges/elmoulaoui-web-translator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/elmoulaoui-web-translator-bundle/health.svg)](https://phpackages.com/packages/elmoulaoui-web-translator-bundle)
```

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

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