PHPackages                             netcore/module-translate - 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. netcore/module-translate

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

netcore/module-translate
========================

v1.0.16(7y ago)02.5k[4 issues](https://github.com/netcore/module-translate/issues)1PHP

Since Nov 8Pushed 7y ago5 watchersCompare

[ Source](https://github.com/netcore/module-translate)[ Packagist](https://packagist.org/packages/netcore/module-translate)[ RSS](/packages/netcore-module-translate/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (1)

This module is a wrapper for netcore/translations
-------------------------------------------------

[](#this-module-is-a-wrapper-for-netcoretranslations)

Module allows you to manage available languages in page and manage translations for them.

Pre-installation
----------------

[](#pre-installation)

This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:

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

[](#installation)

Require this package with composer:

```
composer require netcore/module-translate

```

Publish config, assets, migrations. Migrate and seed:

```
php artisan module:publish-config Translate
php artisan module:publish Translate
php artisan module:publish-migration Translate
php artisan migrate
php artisan module:seed Translate

```

Usage
-----

[](#usage)

- To show your translated strings in page you should use "lg" function like this

```
lg('group.key', 'Lorem ipsum')

```

- or if you want to use replaceable attributes in translated string

```
lg('group.key', ['attribute' => 'value'], null, 'Lorem ipsum :attribute')

```

- and if you want to use this function in blade files, just add @, for example:

```
@lg('group.key', 'Lorem ipsum')

```

Finding translations
--------------------

[](#finding-translations)

- This command will find all translations in project which uses "lg" function and create Excel sheet with keys and values(in available languages) in resources/seed\_translations folder with the name specified in config (default: translations)

```
php artisan translations:find

```

Importing translations
----------------------

[](#importing-translations)

- This command will import translations located in Excel sheet to database

```
php artisan translations:import

```

More info about core package can be found in ()

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~16 days

Recently: every ~25 days

Total

19

Last Release

2900d ago

Major Versions

v0.0.1 → v1.0.02018-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/e524527cce55f4877966909320b064763f66f0c89e3edb5c18cecda4bc01cf24?d=identicon)[netcorelv](/maintainers/netcorelv)

---

Top Contributors

[![danielsGrietins](https://avatars.githubusercontent.com/u/24427373?v=4)](https://github.com/danielsGrietins "danielsGrietins (20 commits)")[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (19 commits)")[![NViktors](https://avatars.githubusercontent.com/u/26169825?v=4)](https://github.com/NViktors "NViktors (2 commits)")[![speekadievs](https://avatars.githubusercontent.com/u/13509181?v=4)](https://github.com/speekadievs "speekadievs (2 commits)")

### Embed Badge

![Health badge](/badges/netcore-module-translate/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

28.0k175.2k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)[concrete5/core

Concrete core subtree split

20168.4k54](/packages/concrete5-core)

PHPackages © 2026

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