PHPackages                             developerekramul/laravel-auto-translate - 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. developerekramul/laravel-auto-translate

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

developerekramul/laravel-auto-translate
=======================================

Automatic Google Translate + Banglish toggle for Laravel

13↓94.1%PHP

Since Mar 25Pushed 4mo agoCompare

[ Source](https://github.com/developerekramul1/laravel-auto-translate)[ Packagist](https://packagist.org/packages/developerekramul/laravel-auto-translate)[ RSS](/packages/developerekramul-laravel-auto-translate/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Auto Translate
======================

[](#laravel-auto-translate)

Automatic Google Translate + Banglish toggle for Laravel.

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

[](#installation)

```
composer require developerekramul/laravel-auto-translate

Publish Config (optional)
php artisan vendor:publish --provider="Developerekramul\AutoTranslate\AutoTranslateServiceProvider" --tag=config

{{ translate($product->title) }}
{{ translate('Category', null, ['banglish' => true]) }}
{{ translate($product->new_price, null, ['is_price'=>true,'currency'=>'৳']) }}

$title = translate($request->title, null, ['banglish'=>true]);
$price = translate($request->price, null, ['is_price'=>true,'currency'=>'৳']);

$product->title_translated = translate($product->title);
$product->description_translated = translate($product->description);

translate('Category', null, ['banglish'=>true]);

translate(1000, null, ['is_price'=>true, 'currency'=>'৳']);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance51

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/developerekramul-laravel-auto-translate/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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