PHPackages                             ronster/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ronster/bing-translation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ronster/bing-translation
========================

Port of the Bing Translate PHP wrapper for laravel 4

21673[2 issues](https://github.com/ronnievisser/Laravel-4-Bing-Translation-Library/issues)PHP

Since Nov 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ronnievisser/Laravel-4-Bing-Translation-Library)[ Packagist](https://packagist.org/packages/ronster/bing-translation)[ RSS](/packages/ronster-bing-translation/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-4-Bing-Translation-Library
==================================

[](#laravel-4-bing-translation-library)

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

[](#installation)

Install this package through Composer. To your `composer.json` file, add:

```
"require-dev": {
	"ronster/bing-translation": "dev-master"
}
```

Next, run `composer update` to download it.

Finally, add the service provider to `app/config/app.php`, within the `providers` array.

```
'providers' => array(
	// ...

	'Ronster\BingTranslation\BingTranslationServiceProvider'
)
```

Configuration
-------------

[](#configuration)

Run `php artisan config:publish Ronster/bingtranslation` to publish the package config file. Add your API key and your done.

Usage
-----

[](#usage)

This package is a laravel 4 port of the Microsoft Bing Translation PHP wrapper. Instructions can be found here: [Microsoft Bing Translation PHP wrapper](http://www.codediesel.com/php/microsoft-bing-translate-php-wrapper/)

Example
-------

[](#example)

```
$text = 'Hello world!';
$translatedText = Bing::translate( $text, "en", "nl" );
dd($translatedText);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

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://www.gravatar.com/avatar/21bf1cce4bbcf3e1252fc7ab50205956a05406e4e80dd7fdb6599abc84c79b59?d=identicon)[Ronster](/maintainers/Ronster)

---

Top Contributors

[![ronnievisser](https://avatars.githubusercontent.com/u/1931199?v=4)](https://github.com/ronnievisser "ronnievisser (16 commits)")

### Embed Badge

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

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

PHPackages © 2026

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