PHPackages                             mariuzzo/laravel-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. [CLI &amp; Console](/categories/cli)
4. /
5. mariuzzo/laravel-translator

ActiveLibrary[CLI &amp; Console](/categories/cli)

mariuzzo/laravel-translator
===========================

Laravel command that interactively helps you translate missing keys.

1.0.0(11y ago)1939.9k1[1 issues](https://github.com/rmariuzzo/Laravel-Translator/issues)MITPHPPHP &gt;=5.4.0

Since Dec 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rmariuzzo/Laravel-Translator)[ Packagist](https://packagist.org/packages/mariuzzo/laravel-translator)[ Docs](https://github.com/rmariuzzo/Laravel-Translator)[ RSS](/packages/mariuzzo-laravel-translator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel-Translator
==================

[](#laravel-translator)

> Laravel command that interactively helps you translate missing keys.

[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/rmariuzzo/Laravel-Translator)

[![Laravel Translator screenshot](https://camo.githubusercontent.com/68a5720ec542373b24f3972fe59bc4a64b496f06dd922dd5c48c35f4b92fe8b9/68747470733a2f2f7261772e6769746875622e636f6d2f726d617269757a7a6f2f4c61726176656c2d5472616e736c61746f722f6d61737465722f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/68a5720ec542373b24f3972fe59bc4a64b496f06dd922dd5c48c35f4b92fe8b9/68747470733a2f2f7261772e6769746875622e636f6d2f726d617269757a7a6f2f4c61726176656c2d5472616e736c61746f722f6d61737465722f73637265656e73686f742e706e67)

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

[](#installation)

Add the following line to your `composer.json` file under `require`:

```
"mariuzzo/laravel-translator": "1.0.*"
```

Then run:

```
composer update
```

Add the service provider into your Laravel app (`app/config/app.php`):

```
'providers' => array(
    ...
    'Mariuzzo\Translator\TranslatorServiceProvider'
    ...
)
```

That's it!

Usage
-----

[](#usage)

This project comes with a single command which start the translator. The translator will ask what you want to do.

```
php artisan translator:start
```

> **Warning:** Saving translation changes to disk will overwrite all lang files.

### Features

[](#features)

The Laravel Translator command allows you to:

- Check for missing translation lines.
- Translate interactively missing translation lines.
- Save changes to disk.

How to contribute?
------------------

[](#how-to-contribute)

> All help are more than welcome!

### Development Workflow

[](#development-workflow)

1. Fork this repository.
2. Clone your fork and create a feature branch from develop.

    ```
    git checkout develop
    git checkout -b feature-fancy-name
    ```
3. Install development dependencies.

    ```
    composer update
    ```
4. Code and be happy!
5. Submit a pull request.

Tests
-----

[](#tests)

> 404 Test not found! This is the very first release, try again later, and you will find the tests.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

4155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5426130a995d8dc820436a3f0df7dfd44777e4a9356940032af446b74c81417b?d=identicon)[rmariuzzo](/maintainers/rmariuzzo)

---

Top Contributors

[![rmariuzzo](https://avatars.githubusercontent.com/u/439839?v=4)](https://github.com/rmariuzzo "rmariuzzo (11 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

clilaravellocalizationtranslationtranslatorcommand

### Embed Badge

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

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

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[hydreflab/laravel-make-me

Extendable Interactive Make Command for Laravel

371.2k](/packages/hydreflab-laravel-make-me)

PHPackages © 2026

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