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

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

vis/translations
================

1.1.1(10y ago)0155PHPPHP &gt;=5.4.0

Since Jul 29Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (16)Used By (0)

В composer.json добавляем в блок require

```
 "vis/translations": "1.0.*"
```

Выполняем

```
composer update
```

Добавляем в app.php

```
  'Vis\Translations\TranslationsServiceProvider',
```

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

```
   php artisan migrate --package=vis/translations
```

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

```
   php artisan asset:publish vis/translations
```

Публикуем config

```
   php artisan config:publish vis/translations
```

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

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~19 days

Recently: every ~26 days

Total

15

Last Release

3719d ago

### 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 (21 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/translation

The Illuminate Translation package.

6938.0M571](/packages/illuminate-translation)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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