PHPackages                             uselocale/locale-laravel - 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. uselocale/locale-laravel

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

uselocale/locale-laravel
========================

Manage translations with Locale and smoothly synchronize them with your project using our simple package commands.

2.0.1(3y ago)165.9k↓33.3%3[4 PRs](https://github.com/mus-inn/locale-laravel/pulls)MITPHPPHP ^7.4|^8.0

Since May 23Pushed 1y ago3 watchersCompare

[ Source](https://github.com/mus-inn/locale-laravel)[ Packagist](https://packagist.org/packages/uselocale/locale-laravel)[ Docs](https://github.com/uselocale/locale-laravel)[ RSS](/packages/uselocale-locale-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (12)Versions (9)Used By (0)

[Locale](https://uselocale.com): The Laravel localization tool
==============================================================

[](#locale-the-laravel-localization-tool)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2b7b2edb407695cee1a5993b6aab10316f0527c07df80436ca4428f1f6b0974a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7573656c6f63616c652f6c6f63616c652d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uselocale/locale-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/09fd6db7fdc546f8e6f06c373a67db39d52b93d3a43a5df4e98062eb539b02a3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7573656c6f63616c652f6c6f63616c652d6c61726176656c2f72756e2d74657374732e796d6c3f6c6162656c3d7465737473)](https://github.com/uselocale/locale-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4a9d546a2bd5beb876417241017e2ee895f50bfb94653aa5fb2c0e0a1aeadb11/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7573656c6f63616c652f6c6f63616c652d6c61726176656c2f7068702d63732d66697865722e796d6c3f6c6162656c3d636f64652532307374796c65)](https://github.com/uselocale/locale-laravel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/16bb383022a007909c3d213158926a035b68ebcdc032883c9dbf5d0d1e095f4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7573656c6f63616c652f6c6f63616c652d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uselocale/locale-laravel)

[Locale](https://uselocale.com) is the first localization platform specifically built for Laravel. Forget the old-fashioned email exchanges between teams and translators that always slow down project development, manage translations with our admin panel and smoothly synchronize the files with your project using our simple package commands.

 [![Locale screenshot](https://camo.githubusercontent.com/b11c48ca87f08a7061921e35bc721fb888a9ca2ce6646710e14bf4f28cd2e1e2/68747470733a2f2f7573656c6f63616c652e636f6d2f696d672f6c616e64696e672f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/b11c48ca87f08a7061921e35bc721fb888a9ca2ce6646710e14bf4f28cd2e1e2/68747470733a2f2f7573656c6f63616c652e636f6d2f696d672f6c616e64696e672f73637265656e73686f742e706e67)

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

[](#installation)

Follow the details provided on [Locale](https://uselocale.com) after creating a new project.

Available commands
------------------

[](#available-commands)

### Setup

[](#setup)

```
php artisan locale:setup
```

You only need to run this command once. It will upload your existing translations to Locale and prepare your local files to be synced in the future.

Your local files will be reformatted but won't change their content.

### Sync

[](#sync)

```
php artisan locale:sync
```

Run this command to upload any new translation keys to Locale and download updates on all your target languages.

If there's any conflict during the process, you'll receive a confirmation message.

#### Forcing Sync to run

[](#forcing-sync-to-run)

Syncing your translation will update your local files with new translations for Locale and upload new translations to Locale. To keep you informed and in control with everything, you will be prompted for a confirmation before the command is executed. To force the command to run without a prompt, use the `--force` flag:

```
php artisan locale:sync --force
```

#### Purge unused translations

[](#purge-unused-translations)

By default, nothing is deleted from Locale. If you delete translation keys from your local code and sync, translations will still be available from Locale. This is useful if you are working with multiple branches or some big new features.

However, sometimes you really need to delete old and unused translation keys from Locale. To do that, use the `--purge` flag:

```
php artisan locale:sync --purge
```

> **Warning**All keys that are not present in the current local branch will be permanently deleted.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Creagia](https://creagia.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~89 days

Total

4

Last Release

1183d ago

Major Versions

1.0.1 → 2.0.02022-11-22

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![dtorras](https://avatars.githubusercontent.com/u/240932?v=4)](https://github.com/dtorras "dtorras (5 commits)")

---

Tags

laravellaravel-frameworklaravel-packagelocalisationlocalizationlocalization-toollaravellocalizationlocalisationuselocalelocale-laravel

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/uselocale-locale-laravel/health.svg)

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

###  Alternatives

[mariuzzo/laravel-js-localization

Laravel Localization in JavaScript

6073.9M3](/packages/mariuzzo-laravel-js-localization)[askdkc/breezejp

Laravel Starter Kit (Livewire+Breeze+Laravel UI+Jetstream)や標準のバリデーションメッセージを全て一瞬で日本語化し、言語切替機能も提供するパッケージです / This package provides all-in-one Japanese translation for Laravel StarterKit (Livewire StarterKit, Breeze, Laravel UI and Jetstream) packages and validation messages with language switching feature.

590244.8k1](/packages/askdkc-breezejp)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170318.5k](/packages/tio-laravel)[arcanedev/localization

Localization Package for Laravel

188136.7k1](/packages/arcanedev-localization)[statikbe/laravel-filament-chained-translation-manager

A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator.

92108.7k](/packages/statikbe-laravel-filament-chained-translation-manager)[arcanedev/laravel-lang

Translations manager and checker for Laravel based on 'Laravel-Lang/lang' package.

7271.4k](/packages/arcanedev-laravel-lang)

PHPackages © 2026

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