PHPackages                             melk/bing-translation - 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. melk/bing-translation

ActiveSymfony-bundle

melk/bing-translation
=====================

1.0.0(10y ago)01.5kMITPHPPHP &gt;=5.4

Since Jun 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dmelk/BingTranslationBundle)[ Packagist](https://packagist.org/packages/melk/bing-translation)[ RSS](/packages/melk-bing-translation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

BingTranslationBundle
=====================

[](#bingtranslationbundle)

Bing translation service for Symfony2

\#Installation Just add this line to composer:

```
"melk/bing-translation" : "dev-master"

```

Then add bundle to your `AppKernel.php` file:

```
new Melk\BingTranslationBundle\MelkBingTranslationBundle(),

```

\#Configuration Create MS application and add next information to your `config.yml`:

```
#app/config/config.yml
melk_bing_translation:
    client_id: your client id
    client_secret: your client secret

```

\#Usage Simple example of how to translate comments in controller:

```
    $bingTranslator = $this->get('melk_bing_translation.translator');
    $commentLocale = $bingTranslator->detectLanguage($comment);
    $translated = $bingTranslator->translate($comment, $commentLocale, $toLocale);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a070fe6eab15db66b6a14dfc3c972f76da068ce1c4e843e3f9f58d8d7462363d?d=identicon)[dmelk](/maintainers/dmelk)

---

Top Contributors

[![dmelk](https://avatars.githubusercontent.com/u/7504387?v=4)](https://github.com/dmelk "dmelk (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/melk-bing-translation/health.svg)

```
[![Health](https://phpackages.com/badges/melk-bing-translation/health.svg)](https://phpackages.com/packages/melk-bing-translation)
```

PHPackages © 2026

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