PHPackages                             tremby/laravel-warning-translator - 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. tremby/laravel-warning-translator

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

tremby/laravel-warning-translator
=================================

A drop-in replacement for the Laravel translator which emits warnings and errors when translations had to fall back or were not found

v1.1(11y ago)137[1 issues](https://github.com/tremby/laravel-warning-translator/issues)MITPHPCI failing

Since Oct 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tremby/laravel-warning-translator)[ Packagist](https://packagist.org/packages/tremby/laravel-warning-translator)[ RSS](/packages/tremby-laravel-warning-translator/feed)WikiDiscussions main Synced 1mo ago

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

Warning translator
==================

[](#warning-translator)

This translator is an extension of [Laravel](http://laravel.com/) 4's built-in one. The only differences are these:

- A warning (`Log::warning`) is logged whenever the translation is not found in the current locale and it has to fall back to the fallback locale.
- An error (`Log::error`) is logged whenever the translation is not found in any locale.

As an exception, any translation key beginning with `validation.custom.` will not trigger errors.

These logs will be handled however your log messages are normally logged -- whether appearing in the debug bar, logging to a file or going up to a cloud logging service.

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

[](#installation)

Require it in your Laravel project:

```
composer require tremby/laravel-warning-translator

```

Comment out or delete the line in your `app/config/app.php` which loads the built in translation service provider:

```
// 'Illuminate\Translation\TranslationServiceProvider',

```

Add a new similar line in its place or at the bottom of the `providers` array:

```
'Tremby\WarningTranslator\WarningTranslationServiceProvider',

```

Use
---

[](#use)

Use translations as normal, as described in the [Laravel documentation](http://laravel.com/docs/localization).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~8 days

Total

2

Last Release

4206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0369334bd5956ec9b5cf3262d671bef2d24b642e6a22ff153308bb1d0eb128c5?d=identicon)[tremby](/maintainers/tremby)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tremby-laravel-warning-translator/health.svg)

```
[![Health](https://phpackages.com/badges/tremby-laravel-warning-translator/health.svg)](https://phpackages.com/packages/tremby-laravel-warning-translator)
```

###  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)
