PHPackages                             sinnbeck/laravel-langcheck - 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. sinnbeck/laravel-langcheck

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

sinnbeck/laravel-langcheck
==========================

Find missing translations

v1.0(5y ago)10142[1 issues](https://github.com/sinnbeck/laravel-langcheck/issues)MITPHPPHP ^7.2

Since Oct 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sinnbeck/laravel-langcheck)[ Packagist](https://packagist.org/packages/sinnbeck/laravel-langcheck)[ RSS](/packages/sinnbeck-laravel-langcheck/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel LangCheck
=================

[](#laravel-langcheck)

Laravel LangCheck is created to help developers find missing translations in the lang directory of Laravel

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

[](#installation)

```
$ composer require sinnbeck/laravel-langcheck --dev
```

Configuration
-------------

[](#configuration)

Laravel LangCheck will use the locale defined in laravel by default. It is possible to override with by publishing the config file.

```
$ php artisan vendor:publish --provider="Sinnbeck\LangCheck\LangCheckServiceProvider"
```

Usage
-----

[](#usage)

Laravel Lang Check is purely made to be used with artisan and currently has two commands available.

### Find missing

[](#find-missing)

```
$ php artisan langcheck:missing
```

Will render a table for each locale found with missing translations. The key is setup the same as when using the translations in laravel `folder.key.key`

It is possible to ensure that missing translations are caught, but passing the flag `--throw`, to make the command throw an exception on missing translations.

### Find superfluous

[](#find-superfluous)

```
$ php artisan langcheck:super
```

Same as missing except it shows locales with extra translations that are most likely not in use anymore.

Todo
----

[](#todo)

- Create/remove translations automatically?

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2035d ago

### Community

Maintainers

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

---

Top Contributors

[![sinnbeck](https://avatars.githubusercontent.com/u/13980140?v=4)](https://github.com/sinnbeck "sinnbeck (3 commits)")

---

Tags

laraveli18nlanguagetranslationtrans

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sinnbeck-laravel-langcheck/health.svg)

```
[![Health](https://phpackages.com/badges/sinnbeck-laravel-langcheck/health.svg)](https://phpackages.com/packages/sinnbeck-laravel-langcheck)
```

###  Alternatives

[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)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26506.4k1](/packages/badinansoft-nova-language-switch)[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2266.3k](/packages/smousss-laravel-globalize)[longman/laravel-multilang

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

5514.4k1](/packages/longman-laravel-multilang)[jrmajor/fluent

Fluent localization system for PHP

2716.9k5](/packages/jrmajor-fluent)[zachleigh/laravel-lang-bundler

Create Laravel translations bundles.

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

PHPackages © 2026

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