PHPackages                             serkansyalcin/translation-checker - 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. serkansyalcin/translation-checker

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

serkansyalcin/translation-checker
=================================

A Laravel package to check for missing translations across languages.

v2.0.0(1y ago)62971MITPHPPHP &gt;=7.4

Since Aug 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/serkansyalcin/translation-checker)[ Packagist](https://packagist.org/packages/serkansyalcin/translation-checker)[ RSS](/packages/serkansyalcin-translation-checker/feed)WikiDiscussions master Synced 1mo ago

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

Translation Checker
===================

[](#translation-checker)

Overview
--------

[](#overview)

The Translation Checker package helps you identify missing translation keys across your language files by scanning all language folders within the `lang` directory.

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

[](#installation)

To install the package in your Laravel project, run:

```
composer require serkansyalcin/translation-checker
```

Usage Run the following command to check for missing translations:

```
php artisan lang:check-missing
```

Example Output When you run the command, the output will be formatted as follows:,

Scanning language files...

Missing translations in \[ar\]:

- instructor.php:
    - about
    - profile-photo

Missing translations in \[ru\]:

- instructor.php:
    - about
    - profile-photo

Missing translations in \[tr\]:

- instructor.php:
    - about
    - profile-photo

Summary:

- 2 keys missing in \[ar\]
- 2 keys missing in \[ru\]
- 2 keys missing in \[tr\]

### Key Features

[](#key-features)

Scans all language folders and files within your lang directory. Reports missing translation keys and files in a clear and organized format. Supports nested translation keys.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.1% 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 ~9 days

Recently: every ~22 days

Total

11

Last Release

540d ago

Major Versions

v1.1.8 → v2.0.02024-11-19

### Community

Maintainers

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

---

Top Contributors

[![serkansyalcin](https://avatars.githubusercontent.com/u/26199757?v=4)](https://github.com/serkansyalcin "serkansyalcin (23 commits)")[![umutphp](https://avatars.githubusercontent.com/u/3245166?v=4)](https://github.com/umutphp "umutphp (5 commits)")

---

Tags

laravellocalization-managementpackagelaravellocalizationtranslationlangmissing keys

### Embed Badge

![Health badge](/badges/serkansyalcin-translation-checker/health.svg)

```
[![Health](https://phpackages.com/badges/serkansyalcin-translation-checker/health.svg)](https://phpackages.com/packages/serkansyalcin-translation-checker)
```

###  Alternatives

[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[codezero/laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

543638.1k4](/packages/codezero-laravel-localized-routes)[herkod/laravel-tr

Laravel İçin Türkçe Çeviri Dosyaları

628.1k](/packages/herkod-laravel-tr)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)[zachleigh/laravel-lang-bundler

Create Laravel translations bundles.

2512.5k](/packages/zachleigh-laravel-lang-bundler)[longman/laravel-multilang

Package to integrate multi language (multi locale) functionality in Laravel 5.x

5514.4k1](/packages/longman-laravel-multilang)

PHPackages © 2026

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