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 4w 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 12% 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

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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