PHPackages                             sleepybuildings/transchecker - 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. sleepybuildings/transchecker

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

sleepybuildings/transchecker
============================

Laravel 5,1 Languagefile checker

1.0.0(10y ago)414PHPPHP &gt;=5.5.9

Since Oct 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sleepybuildings/laravel-transchecker)[ Packagist](https://packagist.org/packages/sleepybuildings/transchecker)[ RSS](/packages/sleepybuildings-transchecker/feed)WikiDiscussions master Synced 2d ago

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

laravel-transchecker
====================

[](#laravel-transchecker)

Simple Laravel Artisan command to check your language files for inconsistencies.

What it does
============

[](#what-it-does)

Transchecker checks your languagefiles and can report the following errors:

- missing language files
- missing entries
- empty entries

Installation
============

[](#installation)

Install through Composer:

Then add the Transchecker serviceprovider to the your app config:

```
providers' => [
	...
	\Sleepybuildings\Transchecker\TranscheckerServiceProvider::class,
	...

]
```

Languagefiles needs to be in the `resources/lang` directory.

Usage
=====

[](#usage)

Run the check by executing the following artisan command:

`php artisan lang:check`

Sample output
=============

[](#sample-output)

```
>> php artisan lang:check
Languages found: en, nl
Namespaces found: auth, pagination, passwords, validation
Checking files...
There is 1 missing file:
+----------+------------+
| Language | Namespace  |
+----------+------------+
| nl       | validation |
+----------+------------+
There are 4 missing entries:
+----------+------------+----------+---------+
| Language | Namespace  | Entry    | Error   |
+----------+------------+----------+---------+
| nl       | pagination | previous | Missing |
| nl       | pagination | next     | Missing |
| en       | passwords  | sent     | Empty   |
| nl       | passwords  | token    | Missing |
+----------+------------+----------+---------+
Finished with 5 errors

```

Still todo...
=============

[](#still-todo)

- Adding support for deeply nested arrays
- Crosschecking parameters and pluralizations
- Add ready-to-use unittesting possibilities
- Add more comments in the sourcecode...
- Add support for vendor languagefiles

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

3922d ago

### Community

Maintainers

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

---

Top Contributors

[![sleepybuildings](https://avatars.githubusercontent.com/u/1812536?v=4)](https://github.com/sleepybuildings "sleepybuildings (2 commits)")

---

Tags

laravellanguagelangtrans

### Embed Badge

![Health badge](/badges/sleepybuildings-transchecker/health.svg)

```
[![Health](https://phpackages.com/badges/sleepybuildings-transchecker/health.svg)](https://phpackages.com/packages/sleepybuildings-transchecker)
```

###  Alternatives

[vluzrmos/language-detector

Detect the language for your application using browser preferences, subdomains or route prefixes.

111573.0k3](/packages/vluzrmos-language-detector)[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)[highsolutions/laravel-translation-manager

Manage Laravel Translations

1520.0k](/packages/highsolutions-laravel-translation-manager)[niels-numbers/laravel-localizer

Detects the user’s preferred language and redirects to the matching localized URL.

183.4k](/packages/niels-numbers-laravel-localizer)

PHPackages © 2026

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