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)63741MITPHPPHP &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 yesterday

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

30

—

LowBetter than 62% of packages

Maintenance36

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

591d ago

Major Versions

v1.1.8 → v2.0.02024-11-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26199757?v=4)[Serkan Yalçın](/maintainers/serkansyalcin)[@serkansyalcin](https://github.com/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

3301.5M20](/packages/kkomelin-laravel-translatable-string-exporter)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170341.2k](/packages/tio-laravel)[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)[laravel-lang/locale-list

List of localizations available in Laravel Lang projects

105.6M16](/packages/laravel-lang-locale-list)[herkod/laravel-tr

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

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

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

29119.1k1](/packages/opgginc-codezero-laravel-localized-routes)

PHPackages © 2026

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