PHPackages                             webduonederland/laravel-missing-translations - 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. webduonederland/laravel-missing-translations

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

webduonederland/laravel-missing-translations
============================================

Laravel package to detect and store missing translations in a database table

1.2.0(6mo ago)110MITPHPPHP ^8.3

Since Sep 20Pushed 6mo agoCompare

[ Source](https://github.com/WebduoNederland/laravel-missing-translations)[ Packagist](https://packagist.org/packages/webduonederland/laravel-missing-translations)[ RSS](/packages/webduonederland-laravel-missing-translations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel missing translations
============================

[](#laravel-missing-translations)

This package detects missing Laravel translations and stores them in a database table. This makes it easy to track and add missing entries to your translation files.

Requirements
------------

[](#requirements)

- Laravel 12 or higher
- PHP 8.3 or higher

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

[](#installation)

You can install the package via composer:

```
composer require webduonederland/laravel-missing-translations
```

Run the migrations with:

```
php artisan migrate
```

Usage
-----

[](#usage)

The package monitors for missing translations whenever a Laravel translation function, such as:

```
__('Hello world')
```

or

```
@lang('Hello world!')
```

doesn’t find a matching entry. When this happens, the package saves the string in the `missing_translations` database table.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance68

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Every ~25 days

Total

3

Last Release

185d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/webduonederland-laravel-missing-translations/health.svg)

```
[![Health](https://phpackages.com/badges/webduonederland-laravel-missing-translations/health.svg)](https://phpackages.com/packages/webduonederland-laravel-missing-translations)
```

###  Alternatives

[mcamara/laravel-localization

Easy localization for Laravel

3.5k9.1M112](/packages/mcamara-laravel-localization)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

135304.0k2](/packages/vemcogroup-laravel-translation)

PHPackages © 2026

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