PHPackages                             pawelmysior/laravel-localize - 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. pawelmysior/laravel-localize

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

pawelmysior/laravel-localize
============================

Localize your Laravel application with a single command

1.1.8(5y ago)91.0kMITPHP

Since Jun 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pawelmysior/laravel-localize)[ Packagist](https://packagist.org/packages/pawelmysior/laravel-localize)[ RSS](/packages/pawelmysior-laravel-localize/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (11)Used By (0)

Laravel localize
================

[](#laravel-localize)

[![laravel-localize](https://user-images.githubusercontent.com/11052725/54703745-ada4f980-4b39-11e9-9a04-aa85debfdd22.gif)](https://user-images.githubusercontent.com/11052725/54703745-ada4f980-4b39-11e9-9a04-aa85debfdd22.gif)

This package installs a global command that lets you easily install language files in your Laravel application.

The language files are downloaded from the awesome [caouecs/Laravel-lang](https://github.com/caouecs/Laravel-lang) repository.

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

[](#installation)

You can install the package globally via composer:

```
composer global require pawelmysior/laravel-localize
```

Make sure that the global composer's `vendor/bin` directory is in your system's `$PATH`.

Usage
-----

[](#usage)

Cd into your Laravel application and run this command:

```
laravel-localize LANG
```

where LANG is the code of the language you want to install. For example, to install German language files, run:

```
laravel-localize de
```

The command will install the following files:

- `resources/lang/de/auth.php`
- `resources/lang/de/pagination.php`
- `resources/lang/de/passwords.php`
- `resources/lang/de/validation.php`
- `resources/lang/de.json`

Some other example languages:

```
# Install Dutch language files
laravel-localize nl

# Install Polish language files
laravel-localize pl

# Install Spanish language files
laravel-localize es
```

You can find the list of available languages [here](https://github.com/caouecs/Laravel-lang/tree/master/src).

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 88% 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 ~115 days

Recently: every ~198 days

Total

10

Last Release

1887d ago

### Community

Maintainers

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

---

Top Contributors

[![pawelmysior](https://avatars.githubusercontent.com/u/11052725?v=4)](https://github.com/pawelmysior "pawelmysior (22 commits)")[![jnbn](https://avatars.githubusercontent.com/u/112425?v=4)](https://github.com/jnbn "jnbn (3 commits)")

---

Tags

languagelaravellocalizationlaravellocalizationlanguage

### Embed Badge

![Health badge](/badges/pawelmysior-laravel-localize/health.svg)

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

###  Alternatives

[codezero/laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

544656.8k4](/packages/codezero-laravel-localized-routes)[josiasmontag/laravel-redis-mock

This Laravel package provides a Redis mock for your tests

471.9M19](/packages/josiasmontag-laravel-redis-mock)[longman/laravel-multilang

Package to integrate multi language (multi locale) functionality in Laravel 5.x

5414.5k1](/packages/longman-laravel-multilang)[awes-io/localization-helper

Package for convenient work with Laravel's localization features

3527.1k4](/packages/awes-io-localization-helper)[josiasmontag/laravel-localization

Localization for Laravel framework

2336.7k](/packages/josiasmontag-laravel-localization)

PHPackages © 2026

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