PHPackages                             joyching/laravel-i18n-tool - 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. joyching/laravel-i18n-tool

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

joyching/laravel-i18n-tool
==========================

A Laravel package providing artisan commands to import and export language files from and to CSV.

v1.0.0(6y ago)18MITPHPPHP &gt;=7.1CI failing

Since Oct 9Pushed 6y agoCompare

[ Source](https://github.com/joyching/laravel-i18n-tool)[ Packagist](https://packagist.org/packages/joyching/laravel-i18n-tool)[ RSS](/packages/joyching-laravel-i18n-tool/feed)WikiDiscussions master Synced 4w ago

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

Laravel i18n Tool
=================

[](#laravel-i18n-tool)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e0a174ed9457e93a807f13ef1c13c2e273badf885dff11dbb0e543ef550d4d1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f796368696e672f6c61726176656c2d6931386e2d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joyching/laravel-i18n-tool)[![StyleCI](https://camo.githubusercontent.com/f209793628d98a760d72185f1dfe86112d01cd8404a7de98854472192285db58/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139343438353437382f736869656c64)](https://github.styleci.io/repos/194485478)[![Build Status](https://camo.githubusercontent.com/e1f3a5b0cbd71bf58e441e53f345b6ef6507b7a2270db2cba7b74b5ba27750c7/68747470733a2f2f6170692e7472617669732d63692e6f72672f7265706f732f6a6f796368696e672f6c61726176656c2d6931386e2d746f6f6c2e737667)](https://travis-ci.org/joyching/laravel-i18n-tool)

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

[](#installation)

Run `composer require` to install the package.

```
$ composer require joyching/laravel-i18n-tool

```

Finally add the following line to the `providers` array of your `config/app.php` file:

```
Joyching\I18n\I18nServiceProvider::class

```

Configuration
-------------

[](#configuration)

Publish configuration in Laravel 5

```
$ php artisan vendor:publish --provider="Joyching\I18n\I18nServiceProvider"

```

Export
------

[](#export)

Export the all i18n files to `.csv` files

```
$ php artisan i18n-tool:export

```

Export specific locale i18n files to `.csv` file, example: en

```
$ php artisan i18n-tool:export --locale=en

```

It will export `.env` files in laravel project `storage/app/i18n-exports` folder

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2501d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33562710?v=4)[Joy](/maintainers/joyching)[@joyching](https://github.com/joyching)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/joyching-laravel-i18n-tool/health.svg)

```
[![Health](https://phpackages.com/badges/joyching-laravel-i18n-tool/health.svg)](https://phpackages.com/packages/joyching-laravel-i18n-tool)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M218](/packages/laravel-mcp)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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