PHPackages                             hichemtab-tech/langify-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. hichemtab-tech/langify-laravel

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

hichemtab-tech/langify-laravel
==============================

LangifyLaravel is a powerful Laravel language generation library that automates the process of creating language files for multilingual support. With just one language file, it generates translations for multiple languages, making localization a breeze.

1.0.9(2y ago)391MITPHP

Since Aug 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/HichemTab-tech/LangifyLaravel)[ Packagist](https://packagist.org/packages/hichemtab-tech/langify-laravel)[ RSS](/packages/hichemtab-tech-langify-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

LangifyLaravel
==============

[](#langifylaravel)

LangifyLaravel is a powerful language generation library for Laravel developers. It simplifies the process of creating multilingual applications by automatically generating language files for various languages based on a single source language (e.g., 'en'). Enjoy effortless localization with LangifyLaravel.

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Example](#example)
- [Contributing](#contributing)
- [Authors](#authors)
- [License](#license)

Features
--------

[](#features)

- Generate language files for multiple languages based on a single source language.
- Command-line tool `langs:generate` to manage language file generation easily.
- Choose between two generation modes: complete the missing translations or force overwrite existing translations.
- Progress bar for tracking the language generation process.

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

[](#installation)

To install LangifyLaravel, use Composer:

```
composer require hichemtab-tech/langify-laravel
```

Usage
-----

[](#usage)

Once installed, you can use LangifyLaravel to generate language files for your Laravel application. Here's an example of how to use it:

1- Create the source language file: Start by creating the language file for your source language (e.g., 'en') with all the string resources you want to translate. This will act as the base for generating other language files.

2- Generate language files: Use the generate command provided by LangifyLaravel to generate language files for other languages. For example, if your source language is 'en', you can run the following command:

```
php artisan langs:generate en
```

This will generate language files for all the languages defined in your application. By default, LangifyLaravel will complete the missing translations in the generated files based on the source language.

### Command options

[](#command-options)

#### overwrite existing translations

[](#overwrite-existing-translations)

Force overwrite (optional): If you want to force overwrite existing translations in the generated files, you can use the --overwrite option:

```
php artisan langs:generate en --overwrite
```

This will force overwrite existing translations with the ones from the source language.

#### generate language files for specific languages

[](#generate-language-files-for-specific-languages)

Customizing language generation: If you have some languages already created and want to generate translations only for specific languages, you can specify them as a comma-separated list:

```
php artisan langs:generate en
> Which languages do you want to generate? (comma separated) fr,es,it
```

This will generate language files only for the specified languages (in this case, 'fr', 'es', and 'it').

Example
-------

[](#example)

Assuming you have already set up the language files for 'en', and you want to generate language files for 'fr', 'es', and 'it', you can use the following command:

```
php artisan langs:generate en
```

```
> Which languages do you want to generate? (comma separated) fr,it
```

You want to generate language files for 'fr', 'es', and 'it', so you can answer :

```
> fr,es,it
```

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

[](#contributing)

Contributions are always welcome!

If you have any ideas, improvements, or bug fixes, please [open an issue](https://github.com/HichemTab-tech/LangifyLaravel/issues) or [submit a pull request](https://github.com/HichemTab-tech/LangifyLaravel/pulls).

Authors
-------

[](#authors)

- [@HichemTab-tech](https://www.github.com/HichemTab-tech)

License
-------

[](#license)

[MIT](https://github.com/HichemTab-tech/LangifyLaravel/blob/master/LICENSE)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Every ~1 days

Total

3

Last Release

1063d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/84734617?v=4)[Hichem Taboukouyout](/maintainers/hichemtab-tech)[@HichemTab-tech](https://github.com/HichemTab-tech)

---

Top Contributors

[![HichemTab-tech](https://avatars.githubusercontent.com/u/84734617?v=4)](https://github.com/HichemTab-tech "HichemTab-tech (10 commits)")

---

Tags

laravellaravel-frameworklaravel-langlaravel-languagelaravel-localizationlaravel-multi-languagelaravel-packagelaravel-phplocalizationmultilingualphpphp-librarytranslationphplaravellocalizationtranslationmultilinguallaravel-packagePHP LibraryLaravel-langlaravel-frameworklaravel-multi-languagelaravel localizationlaravel-phplaravel-language

### Embed Badge

![Health badge](/badges/hichemtab-tech-langify-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/hichemtab-tech-langify-laravel/health.svg)](https://phpackages.com/packages/hichemtab-tech-langify-laravel)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M973](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

702.3k1](/packages/jayesh-laravel-gemini-translator)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)[mominalzaraa/filament-localization

The first and only automatic Filament localization package with intelligent resource scanning, structured translation files, and comprehensive testing

102.8k](/packages/mominalzaraa-filament-localization)

PHPackages © 2026

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