PHPackages                             evilfreelancer/translation-key-helper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. evilfreelancer/translation-key-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

evilfreelancer/translation-key-helper
=====================================

Laravel plugin for displaying translation key inside HTML comments nearby text strings.

1.0.0(6y ago)211MITPHPPHP ^7.0

Since Jan 12Pushed 6y ago2 watchersCompare

[ Source](https://github.com/EvilFreelancer/translation-key-helper)[ Packagist](https://packagist.org/packages/evilfreelancer/translation-key-helper)[ RSS](/packages/evilfreelancer-translation-key-helper/feed)WikiDiscussions master Synced yesterday

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

Translation Key Helper
======================

[](#translation-key-helper)

Laravel plugin for displaying translation key inside HTML comments nearby text strings.

```
composer require evilfreelancer/translation-key-helper --dev

```

Please use this plugin only on development environment.

Example of usage
----------------

[](#example-of-usage)

After installation of this plugin you can find lines like this in HTML source code on your site:

```

    Posts

    News

```

### Note

[](#note)

If you use VueJs, then you need to allow comments inside the div#app block

```
const app = new Vue({
    el: '#app',
	comments: true, // When set to true, HTML comments found in templates will be saved and rendered. Default: false
});
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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

2311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30aaf0db0441cada5c2d80127a9123e7f6f4091f7faf79d3f13001ef379373f4?d=identicon)[EvilFreelancer](/maintainers/EvilFreelancer)

---

Top Contributors

[![EvilFreelancer](https://avatars.githubusercontent.com/u/9089568?v=4)](https://github.com/EvilFreelancer "EvilFreelancer (9 commits)")[![YanGusik](https://avatars.githubusercontent.com/u/28189620?v=4)](https://github.com/YanGusik "YanGusik (1 commits)")

---

Tags

helperlaralvepackageplugintranslationlaravelhelperpackage

### Embed Badge

![Health badge](/badges/evilfreelancer-translation-key-helper/health.svg)

```
[![Health](https://phpackages.com/badges/evilfreelancer-translation-key-helper/health.svg)](https://phpackages.com/packages/evilfreelancer-translation-key-helper)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)

PHPackages © 2026

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