PHPackages                             baselrabia/laravel-translate-message - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. baselrabia/laravel-translate-message

ActiveLibrary[Queues &amp; Workers](/categories/queues)

baselrabia/laravel-translate-message
====================================

Provides new helper functions that take care of handling all the translation hassle and do it for you.

1.0.2(4y ago)16524MITPHPPHP ^7.1.3|^8.0

Since Jan 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/baselrabia/laravel-translate-message)[ Packagist](https://packagist.org/packages/baselrabia/laravel-translate-message)[ RSS](/packages/baselrabia-laravel-translate-message/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

[![Issues](https://camo.githubusercontent.com/f12a36236f7e5d05e82a2fe1421f8f6c6be03c83e5885663ac97b7dcd6df2c5c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f626173656c72616269612f6c61726176656c2d7472616e736c6174652d6d6573736167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/baselrabia/laravel-translate-message/issues)[![Stars](https://camo.githubusercontent.com/16f2ce2ccecb5bead42df2023c77ed7dcca53a45aedaba0cdc0bcb3e07cbc12a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f626173656c72616269612f6c61726176656c2d7472616e736c6174652d6d6573736167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/baselrabia/laravel-translate-message/stargazers)[![Latest Version](https://camo.githubusercontent.com/c5115b9cf7d80808f46bf8c29e8fefdcef69d09ce8f5441a6c093d2ae973eff6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f626173656c72616269612f6c61726176656c2d7472616e736c6174652d6d6573736167652e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://github.com/baselrabia/laravel-translate-message/tags)[![Software License](https://camo.githubusercontent.com/e64d772f2eb77a151259d0da6c971fa465d41a50bcf5f2d133e4ff115e37c96b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f626173656c72616269612f6c61726176656c2d7472616e736c6174652d6d6573736167652e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/579ca2f791655cc552264f657515b3a08d90f3771921be8d92da306e37a2ba09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626173656c72616269612f6c61726176656c2d7472616e736c6174652d6d6573736167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/baselrabia/laravel-translate-message)

 [![Happy Logo](https://user-images.githubusercontent.com/59374587/95769432-3c361a00-0c8e-11eb-8ce7-9ee9a66f32af.png)](https://user-images.githubusercontent.com/59374587/95769432-3c361a00-0c8e-11eb-8ce7-9ee9a66f32af.png)

Laravel Translate Message 🥳
===========================

[](#laravel-translate-message-)

This package provides new helper functions that take care of handling all the translation hassle and do it for you.

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

[](#installation)

Begin by installing this package through Composer. Just run following command to terminal-

```
composer require baselrabia/laravel-translate-message
```

What Is New Here 🤔
------------------

[](#what-is-new-here-)

In this package, you will be provided by two new Helper function

```
// two underscore and t function
__t("app.Tranlation Word");
// three underscore Function
___("app.Tranlation Word");
```

This Two helpers is a wrapper around the laravel helper `trans()` , `__()` that offer the translation of text from the lang file resource `resource/lang/en/app.php`

### What Happen Then !!

[](#what-happen-then-)

our helpers allow you to write your message once when you call the function and it will translate it for you automatically and write there translating in `resources/lang` folder so if you would like to change the automated translation you can edit them there.

***As you see it takes the hassle of going to every `/lang/..` folder to write the translation for specific lang***

Contributing
------------

[](#contributing)

If you think something important is missing or should be different based on your experience, I'd love to hear it! If you have suggestions for improving this package, open an issue with your suggestion.

How to Contribute 💪
-------------------

[](#how-to-contribute-)

```
- Fork the project

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

```

License 📝
---------

[](#license-)

 This repository is under MIT license. You can see the [LICENSE](https://github.com/baselrabia/laravel-translate-message/blob/master/LICENSE.TXT) file for more details. 😉

---

> This project was developed with ❤️ by **[@Basel Rabia](https://www.linkedin.com/in/baselrabia/)**
> If it helped you, give it ⭐, it will help me too 😉

[![Linkedin Badge](https://camo.githubusercontent.com/f067d06441c7460c37ff50c4071e51d54fd6bda5546ae1bd7afa1822b79d8a45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d426173656c25323052616269612d3239323932393f7374796c653d666c61742d737175617265266c6f676f3d4c696e6b6564696e266c6f676f436f6c6f723d7768697465266c696e6b3d68747470733a2f2f7777772e6c696e6b6564696e2e636f6d2f696e2f626173656c72616269612f)](https://www.linkedin.com/in/baselrabia/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Total

3

Last Release

1583d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27627958?v=4)[Basel Rabia](/maintainers/baselrabia)[@baselrabia](https://github.com/baselrabia)

---

Top Contributors

[![baselrabia](https://avatars.githubusercontent.com/u/27627958?v=4)](https://github.com/baselrabia "baselrabia (14 commits)")

---

Tags

messagelaraveltranslatehelperstranslation

### Embed Badge

![Health badge](/badges/baselrabia-laravel-translate-message/health.svg)

```
[![Health](https://phpackages.com/badges/baselrabia-laravel-translate-message/health.svg)](https://phpackages.com/packages/baselrabia-laravel-translate-message)
```

###  Alternatives

[nahid/talk

Talk is a Laravel based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.

1.6k58.1k4](/packages/nahid-talk)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[baklysystems/laravel-chat-messenger

Laravel chat package

121.8k](/packages/baklysystems-laravel-chat-messenger)

PHPackages © 2026

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