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)514PHPPHP &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 1mo 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 49% 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

3875d 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

[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)[vluzrmos/language-detector

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

109554.8k3](/packages/vluzrmos-language-detector)[arcanedev/laravel-lang

Translations manager and checker for Laravel based on 'Laravel-Lang/lang' package.

7271.4k](/packages/arcanedev-laravel-lang)[opgginc/codezero-laravel-localized-routes

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

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)[zachleigh/laravel-lang-bundler

Create Laravel translations bundles.

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

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

5514.4k1](/packages/longman-laravel-multilang)

PHPackages © 2026

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