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 3w 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 35% 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

2085d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13980140?v=4)[René Sinnbeck](/maintainers/Sinnbeck)[@sinnbeck](https://github.com/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

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.5k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M186](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26611.2k1](/packages/badinansoft-nova-language-switch)

PHPackages © 2026

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