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

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

bedita/i18n-aws
===============

BEdita I18n Aws plugin supporting PHP &gt;= 8.3

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

Since Nov 8Pushed 1mo ago2 watchersCompare

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

READMEChangelog (7)Dependencies (7)Versions (10)Used By (0)

BEdita I18n Aws plugin
======================

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

[![Github Actions](https://github.com/bedita/i18n-aws/workflows/php/badge.svg)](https://github.com/bedita/i18n-aws/actions?query=workflow%3Aphp)[![codecov](https://camo.githubusercontent.com/ea1131db45806d42fe6c7115a1779d4f31ef93d1cf427dc0fa1417dd3cd63194/68747470733a2f2f636f6465636f762e696f2f67682f6265646974612f6931386e2d6177732f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/bedita/i18n-aws)[![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/ca118ea5f4f42ba886c8bfc38b890b6bb948ec36bb15f0f708937fd131734199/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265646974612f6931386e2d6177732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/bedita/i18n-aws/?branch=main)[![image](https://camo.githubusercontent.com/57d7e7213aef779311da55ddc78e4fc6e7c216aa353de50258dc80a810dbfef1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265646974612f6931386e2d6177732e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/bedita/i18n-aws)[![image](https://camo.githubusercontent.com/0b41ec94e09fc73b6b1e5426f6998d89248f1c7939b02ced505cdd9534120d5c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6265646974612f6931386e2d6177732e737667)](https://github.com/bedita/i18n-aws/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-aws

```

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

Amazon Translate
----------------

[](#amazon-translate)

This plugin uses [AWS Translate](https://docs.aws.amazon.com/translate/) to translate texts, via [aws-sdk-php](https://github.com/aws/aws-sdk-php).

Usage example:

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

$translator = new Translator();
$translator->setup([
    'profile' => 'your-profile', // the AWS profile
    'region' => 'your-region', // the AWS region
]);
$result = $translator->translate(['Hello world!'], 'en', 'it');
// $result is an array, i.e ['translation' => ['Ciao mondo!']]
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance82

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.8% 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 ~107 days

Recently: every ~147 days

Total

8

Last Release

166d ago

Major Versions

v0.0.4 → 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.4PHP &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 (26 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-aws/health.svg)

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

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/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.4M495](/packages/illuminate-translation)[larswiegers/laravel-translations-checker

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

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)

PHPackages © 2026

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