PHPackages                             keevitaja/translations-module - 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. keevitaja/translations-module

ActiveStreams-addon[Localization &amp; i18n](/categories/localization)

keevitaja/translations-module
=============================

Dynamic translations module for Pyrocms V3

v0.0.1(9y ago)272MITPHP

Since Mar 21Pushed 9y agoCompare

[ Source](https://github.com/keevitaja/translations-module)[ Packagist](https://packagist.org/packages/keevitaja/translations-module)[ Docs](https://github.com/keevitaja/translations-module)[ RSS](/packages/keevitaja-translations-module/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Dynamic translations for PyroCMS V3
===================================

[](#dynamic-translations-for-pyrocms-v3)

This module provides fast dynamic translations with the help of Laravel Translator.

Translation items are stored in the database, but are loaded once at the boot level. Just a few extra queries and thats it.

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

[](#installation)

`composer require keevitaja/translations-module dev-master`

Next in PyroCMS control panel (admin section) navigate to addons/modules and install the module.

Now you should have Translations menu item.

Usage
-----

[](#usage)

To start using the module, you must first create a new Bundle. It is like a translations group. Next create a new Translatable. Each Translatable must have a Bundle.

[![Bundles](https://raw.githubusercontent.com/keevitaja/translations-module/master/screenshots/bundles.png)](https://raw.githubusercontent.com/keevitaja/translations-module/master/screenshots/bundles.png)[![Translatables](https://raw.githubusercontent.com/keevitaja/translations-module/master/screenshots/translatables.png)](https://raw.githubusercontent.com/keevitaja/translations-module/master/screenshots/translatables.png)

In your twig templates you can use the `trans` twig method:

```
{{ trans('pages.test', {'name': 'Britney Spears'}) }}

```

In the example above `pages` is the bundle slug and `test` is the translatable slug.

For backend usage see Laravels docs:

What else?
----------

[](#what-else)

Pyro rocks!

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/095d59168b7cb0cf90ecb948c3e7de7a58e1528e7a19759a628ea15db65f3b72?d=identicon)[keevitaja](/maintainers/keevitaja)

---

Top Contributors

[![keevitaja](https://avatars.githubusercontent.com/u/158787?v=4)](https://github.com/keevitaja "keevitaja (15 commits)")

### Embed Badge

![Health badge](/badges/keevitaja-translations-module/health.svg)

```
[![Health](https://phpackages.com/badges/keevitaja-translations-module/health.svg)](https://phpackages.com/packages/keevitaja-translations-module)
```

###  Alternatives

[php-translation/translator

Translator services

25224.8k5](/packages/php-translation-translator)[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.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

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