PHPackages                             vis/translations\_l5 - 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. vis/translations\_l5

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

vis/translations\_l5
====================

Translations for L5

2.1.1(5y ago)03.3k↓50%1[1 PRs](https://github.com/arturishe21/translations_l5/pulls)proprietaryPHP

Since Apr 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/arturishe21/translations_l5)[ Packagist](https://packagist.org/packages/vis/translations_l5)[ RSS](/packages/vis-translations-l5/feed)WikiDiscussions master Synced 1mo ago

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

Подключаем

```
 composer require vis/translations_l5
```

Выполняем миграцию таблиц

```
   php artisan migrate --path=vendor/vis/translations_l5/src/Migrations
```

Публикуем config и js файлы

```
   php artisan vendor:publish --tag=translations --force
```

В файле config/builder/admin.php в массив menu добавляем

```
 	array(
            'title' => 'Переводы',
            'icon'  => 'language',
            'link'  => '/translations/phrases',
            'check' => function() {
                return true;
            }
        ),
```

Использование в blade laravel ниже 5.4 функция \_\_()

```
 	{{__('привет')}}
```

Использование в blade laravel 5.4 и выше, функция \_\_t()

```
 	{{__t('привет')}}
```

Генерация переводов

```
 	php artisan translate:generate
```

Генерация переводов и создания полей переводов в таблицах

```
 	php artisan translate:table {tables} {fields}
```

где {tables} - таблицы, например: user,news и {fields} - поля в таблицы, например title,description

Js перевод

```

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 67.9% 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 ~50 days

Recently: every ~61 days

Total

36

Last Release

1936d ago

Major Versions

1.0.66 → 2.0.12020-04-13

1.0.67 → 2.0.32020-09-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe](https://avatars.githubusercontent.com/u/3536387?v=4)](https://github.com/arturishe "arturishe (36 commits)")[![arturishe21](https://avatars.githubusercontent.com/u/9445877?v=4)](https://github.com/arturishe21 "arturishe21 (16 commits)")[![esvills](https://avatars.githubusercontent.com/u/3481684?v=4)](https://github.com/esvills "esvills (1 commits)")

### Embed Badge

![Health badge](/badges/vis-translations-l5/health.svg)

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

###  Alternatives

[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)[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)[inpsyde/multilingual-press

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

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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