PHPackages                             laravel-lang/status-generator - 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. laravel-lang/status-generator

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

laravel-lang/status-generator
=============================

Translation status generator for Laravel Lang projects

2.16.0(2w ago)41.9M—6.9%310MITPHPPHP ^8.1CI passing

Since Jun 16Pushed 2w ago2 watchersCompare

[ Source](https://github.com/Laravel-Lang/status-generator)[ Packagist](https://packagist.org/packages/laravel-lang/status-generator)[ Fund](https://boosty.to/dragon-code)[ Fund](https://yoomoney.ru/to/410012608840929)[ RSS](/packages/laravel-lang-status-generator/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (10)Dependencies (54)Versions (87)Used By (10)

Laravel Lang: Status Generator
==============================

[](#laravel-lang-status-generator)

  ![Status Generator](https://camo.githubusercontent.com/0220b8eb6d45fffddc6e80abf1d5c2ae446f780337eda433a2bff8b1104a6a51/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f53746174757325323047656e657261746f722e706e673f7061747465726e3d746f706f677261706879267374796c653d7374796c655f3226666f6e7453697a653d3130307078266d643d312673686f7757617465726d61726b3d312669636f6e3d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667267468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6c61726176656c2d6c616e672532467374617475732d67656e657261746f72266465736372697074696f6e3d62792b4c61726176656c2b4c616e6726696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)[![Stable Version](https://camo.githubusercontent.com/1e3e7a18bf5c26761a095ee61840f02366375a022cd962d938ea7869e971c3bc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c61726176656c2d6c616e672f7374617475732d67656e657261746f723f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-lang/status-generator)[![Total Downloads](https://camo.githubusercontent.com/2cedab3dc16ae46990a41b07ded39ace2f535c5494427849abaf299e87ab10d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d6c616e672f7374617475732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-lang/status-generator)[![Github Workflow Status](https://camo.githubusercontent.com/e639c43fbbc546ce1300a94cfe075af0db955eb5ebd3b56a4b44051314b025fc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c61726176656c2d6c616e672f7374617475732d67656e657261746f722f706870756e69742e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265)](https://github.com/laravel-lang/status-generator/actions)[![License](https://camo.githubusercontent.com/fad5d634912738fb6af694662aab37f418a77b4b2aca177ab5f5d5f9894c8a97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d6c616e672f7374617475732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

To get the latest version of `Laravel Lang: Status Generator` library, simply require the project using [Composer](https://getcomposer.org):

```
composer require laravel-lang/status-generator --dev

```

Using
-----

[](#using)

### Create new locale

[](#create-new-locale)

```
vendor/bin/lang create --locale=
```

To create missing locales, call the command without parameters:

```
vendor/bin/lang create
```

### Download

[](#download)

```
vendor/bin/lang download --url=https://github.com/laravel/framework/archive/refs/heads/9.x.zip --project=framework --ver=9.x
vendor/bin/lang download --url=https://github.com/laravel/framework/archive/refs/heads/8.x.zip --project=framework --ver=8.x

vendor/bin/lang download --url=https://github.com/laravel/laravel/archive/refs/heads/9.x.zip --project=laravel --ver=9.x --copy=lang
vendor/bin/lang download --url=https://github.com/laravel/laravel/archive/refs/heads/8.x.zip --project=laravel --ver=8.x --copy=lang --copy=resources/lang

vendor/bin/lang download --url=https://github.com/laravel/jetstream/archive/refs/heads/2.x.zip --project=jetstream --ver=2.x
vendor/bin/lang download --url=https://github.com/laravel/jetstream/archive/refs/heads/1.x.zip --project=jetstream --ver=1.x
```

You can also specify the `--only-copy` option to disable key lookups. In this case, the mechanism will copy the found files from the paths passed in the `--path` parameter. Translations within files will not be searched.

```
vendor/bin/lang download --url=https://github.com/laravel/laravel/archive/refs/heads/8.x.zip --project=laravel --ver=8.x --copy=lang --copy=resources/lang --only-copy
```

### Translations status

[](#translations-status)

```
vendor/bin/lang status
```

### Actualize keys

[](#actualize-keys)

```
vendor/bin/lang sync
```

### Translate keys with Google Translate

[](#translate-keys-with-google-translate)

Supported languages: [cloud.google.com/translate/docs/languages](https://cloud.google.com/translate/docs/languages)

```
vendor/bin/lang translate
```

### Upgrade from previous structure

[](#upgrade-from-previous-structure)

```
vendor/bin/lang upgrade
```

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance96

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 81.9% 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 ~18 days

Recently: every ~36 days

Total

82

Last Release

20d ago

Major Versions

v1.19.0 → 2.0.02023-10-30

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/447849?v=4)[Fred Delrieu](/maintainers/caouecs)[@caouecs](https://github.com/caouecs)

---

Top Contributors

[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (230 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

laravellanguagesgeneratorLaravel-lang

### Embed Badge

![Health badge](/badges/laravel-lang-status-generator/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-lang-status-generator/health.svg)](https://phpackages.com/packages/laravel-lang-status-generator)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.2k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k453.6k30](/packages/tightenco-jigsaw)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)

PHPackages © 2026

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