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

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

ottowayne/laravel-langcheck
===========================

Laravel package to find missing translation entries

559PHP

Since Apr 25Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-langcheck)

Adds a "lang:check" Artisan command that finds missing entries in your translation files.

**This package is no longer maintained - you may look into [laravel-langman](https://github.com/themsaid/laravel-langman)**

Compatibility
-------------

[](#compatibility)

- Laravel 5.0

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

[](#installation)

To install via composer add the following line to your composer.json:

```
"ottowayne/laravel-langcheck": "dev-master"

```

I recommend using this package in local environments (require-dev) only.

Finally add the service provider to your app.php:

```
'Ottowayne\LangCheck\LangCheckServiceProvider',

```

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

[](#configuration)

You may export the configuration file via

```
php artisan config:publish ottowayne/langcheck

```

and edit it as you like.

Usage
-----

[](#usage)

You can use the command

```
php artisan lang:check

```

to search for differences in all language files or edit the configuration settings to either log or throw an exception if an unused key is found.

If you want to define your own behaviour you can listen for the *LangCheck::missingtranslation* event.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/598e469072736171ffca4d0f2304f9cc6b2e90dd5b592e6a42ac499895fe83a4?d=identicon)[ottowayne](/maintainers/ottowayne)

---

Top Contributors

[![ottowayne](https://avatars.githubusercontent.com/u/225291?v=4)](https://github.com/ottowayne "ottowayne (8 commits)")

### Embed Badge

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

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

###  Alternatives

[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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