PHPackages                             bedita/i18n-microsoft - 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. bedita/i18n-microsoft

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

bedita/i18n-microsoft
=====================

BEdita I18n Microsoft plugin supporting PHP &gt;= 8.3

v2.0.0(5mo ago)091MITPHPPHP &gt;=8.3CI passing

Since Nov 13Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/bedita/i18n-microsoft)[ Packagist](https://packagist.org/packages/bedita/i18n-microsoft)[ RSS](/packages/bedita-i18n-microsoft/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (9)Used By (0)

BEdita I18n Microsoft plugin
============================

[](#bedita-i18n-microsoft-plugin)

[![Github Actions](https://github.com/bedita/i18n-microsoft/workflows/php/badge.svg)](https://github.com/bedita/i18n-microsoft/actions?query=workflow%3Aphp)[![codecov](https://camo.githubusercontent.com/30611434831177c3f8af03287d733e2b433645af6e7baf2176960216eb1dfe04/68747470733a2f2f636f6465636f762e696f2f67682f6265646974612f6931386e2d6d6963726f736f66742f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/bedita/i18n-microsoft)[![phpstan](https://camo.githubusercontent.com/0729e562e10fac943b16dbb271b4af26488f779a33fc82cc3eef1e37a432c0b4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230352d627269676874677265656e2e737667)](https://phpstan.org)[![psalm](https://camo.githubusercontent.com/c9399531f83db9ad38eace5e32a5d3e3382a79f64223deea86d32c3355952ecf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7073616c6d2d6c6576656c253230382d627269676874677265656e2e737667)](https://psalm.dev)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/06479d0b99ec19cb2c5de3121c08d4172cd78bae4fc3676f4ef063dd1904753e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265646974612f6931386e2d6d6963726f736f66742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/bedita/i18n-microsoft/?branch=main)[![image](https://camo.githubusercontent.com/46341ff96fe0318d9b5f4ad46ae9606d5bcaac2ac5db4e2a1bb416e2c4a804dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265646974612f6931386e2d6d6963726f736f66742e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/bedita/i18n-microsoft)[![image](https://camo.githubusercontent.com/97cead82cfca89292d25a3e4e6599a6bf2dda117774af93659b26cd8c5779ca8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6265646974612f6931386e2d6d6963726f736f66742e737667)](https://github.com/bedita/i18n-microsoft/blob/main/LICENSE.LGPL)

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

[](#installation)

You can install this plugin into your application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require bedita/i18n-microsoft

```

Note: php version supported is &gt;= 8.3.

Microsoft Translator TEXT API
-----------------------------

[](#microsoft-translator-text-api)

This plugin uses [Microsoft Translator TEXT API](https://www.microsoft.com/en-us/translator/business/translator-api/) to translate texts.

Usage example:

```
use BEdita\I18n\Microsoft\Core\Translator;

$translator = new Translator();
$translator->setup([
    'auth_key' => 'your-auth-key', // Microsoft Translator KEY 1
    'location' => 'your-location', // Microsoft Translator Location/Region i.e. westeurope
]);
$result = $translator->translate(['Hello world!'], 'en', 'it');
// $result is an array, i.e ['translation' => ['Ciao mondo!']]
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.1% 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 ~124 days

Recently: every ~147 days

Total

7

Last Release

164d ago

Major Versions

v0.0.3 → v1.0.02024-12-03

1.x-dev → v2.0.02025-11-26

PHP version history (4 changes)v0.0.1PHP &gt;=7.4 &lt;8.3

v0.0.3PHP &gt;=7.4

v1.0.0PHP &gt;=8.1

v1.1.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8762bf55fa377228164991afe77ca94b7384eb1f5ed79781cad7835624cc27c3?d=identicon)[d.didomenico](/maintainers/d.didomenico)

---

Top Contributors

[![didoda](https://avatars.githubusercontent.com/u/2227145?v=4)](https://github.com/didoda "didoda (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bedita-i18n-microsoft/health.svg)

```
[![Health](https://phpackages.com/badges/bedita-i18n-microsoft/health.svg)](https://phpackages.com/packages/bedita-i18n-microsoft)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.0k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M491](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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