PHPackages                             mastox/react-i18-next-translation-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. mastox/react-i18-next-translation-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

mastox/react-i18-next-translation-bundle
========================================

A Symfony bundle for react-i18next

00PHP

Since Jun 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mastox/react-i18-next-translation-bundle)[ Packagist](https://packagist.org/packages/mastox/react-i18-next-translation-bundle)[ RSS](/packages/mastox-react-i18-next-translation-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ReactI18NextTranslationBundle
=============================

[](#reacti18nexttranslationbundle)

#### Installation

[](#installation)

```
composer require mastox/react-i18-next-translation-bundle:@dev
```

#### Register route

[](#register-route)

```
#/config/routes/annotations.yaml
react_i18_next_translation:
    resource: "@ReactI18NextTranslationBundle/Resources/config/routes/routes.xml"
```

#### Register bundle

[](#register-bundle)

```
#/config/bundles.php
return [
    /* */
    Mastox\ReactI18NextTranslationBundle\ReactI18NextTranslationBundle::class => ['all' => true],
    /* */
];
```

To change file extension of your translation files if you have .php create a file react\_i18\_next\_translation.yaml php and yaml are supported at the moment.

```
#config/packages/dev || server/config/prod || server/config/
react_i18_next_translation:
  file_extension: 'xlf'
```

#### Usage

[](#usage)

localhost/react\_i18\_next\_translation/locales/{LANG-KEY}/{NAMESPACE}.json

localhost/react\_i18\_next\_translation/locales/fr/messages.json

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/7e224641cdca042e54da2014847d52830a27e1671d812c0389f022aa435ee1f6?d=identicon)[mastox](/maintainers/mastox)

---

Top Contributors

[![astnerdev](https://avatars.githubusercontent.com/u/665872?v=4)](https://github.com/astnerdev "astnerdev (2 commits)")

### Embed Badge

![Health badge](/badges/mastox-react-i18-next-translation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mastox-react-i18-next-translation-bundle/health.svg)](https://phpackages.com/packages/mastox-react-i18-next-translation-bundle)
```

###  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.4M494](/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)
