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 5y 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 3w ago

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

Maturity30

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

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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