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

ActiveLibrary

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)08MITPHPPHP &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 yesterday

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

2408d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3edd5425e610e14fd88e301fdecfcea8a4d85f4a6a199b4f48625d72dc0b20f4?d=identicon)[joyching](/maintainers/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

[barryvdh/laravel-ide-helper

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

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)

PHPackages © 2026

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