# barryvdh/laravel-translation-manager

Manage Laravel translation files

Repository: https://github.com/barryvdh/laravel-translation-manager
Canonical: https://ross.abutalabs.com/products/laravel-translation-manager
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-07-04T20:02:07+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 43, longevity 100
- inputs: {"age_days": 4536, "days_push": 60, "days_rel": 167, "gap_med": 193.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1701, forks 416 (observed 2026-08-28T04:05:24.319163+00:00)

## What it is
A Laravel package that imports PHP translation files into a database, lets you edit translations through a web interface, and exports them back to files. It complements Laravel's built-in translation system without adding production overhead.

## Use cases
- manage laravel translation files through a web ui
- find missing translation keys in php and twig sources
- edit translations in a database and export back to php files
- keep translations in git history while editing via web
- auto-translate laravel keys with google translate

## When to choose
- you maintain a Laravel app with many translation files and locales
- you want non-developers to edit translations via a web interface
- you need to detect missing or unused translation keys in your codebase

## When to avoid
- you are not using Laravel
- you prefer JSON-based or third-party translation platforms like Crowdin or Lokalise
- you need runtime translation switching rather than file management

## Facets
- artifact type: plugin
- maturity: active
- function: internationalization, web-framework, gui
- domain: web-development, developer-tools
- platform: php, self-hosted
- tags: laravel, translation-management, i18n, web-interface, localization, web-server

## Member repositories
- barryvdh/laravel-translation-manager (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.319163+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:42.121749+00:00, confidence not recorded.
  - readme: https://github.com/barryvdh/laravel-translation-manager (fetched 2026-08-28T04:05:24.319163+00:00, sha a78d134dd6f1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
