PHPackages                             lenorix/fluentizy-laravel-tools - 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. lenorix/fluentizy-laravel-tools

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

lenorix/fluentizy-laravel-tools
===============================

Extract all translation strings from your codebase and manage your language files effortlessly

v1.1.1(5mo ago)01[2 PRs](https://github.com/lenorix/fluentizy-laravel-tools/pulls)UnlicensePHPPHP ^8.1||^8.2||^8.3||^8.4||^8.5CI passing

Since Dec 1Pushed 1mo agoCompare

[ Source](https://github.com/lenorix/fluentizy-laravel-tools)[ Packagist](https://packagist.org/packages/lenorix/fluentizy-laravel-tools)[ Docs](https://github.com/lenorix/fluentizy-laravel-tools)[ GitHub Sponsors](https://github.com/jhg)[ RSS](/packages/lenorix-fluentizy-laravel-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (12)Versions (8)Used By (0)

fluentizy-laravel-tools
=======================

[](#fluentizy-laravel-tools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/13ccd7a713d8c9ed8c780c78e1deb85ec25e0893ca6acb1304797bb87e322517/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656e6f7269782f666c75656e74697a792d6c61726176656c2d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lenorix/fluentizy-laravel-tools)[![GitHub Tests Action Status](https://camo.githubusercontent.com/67476d9e2cd44a4a0b2a714576be49a22b7bf671e5dec432ac3a3bdc5372fa54/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c656e6f7269782f666c75656e74697a792d6c61726176656c2d746f6f6c732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/lenorix/fluentizy-laravel-tools/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/39de545871cde89e3e65512f63afec914523df43423ab04eea2c6b95afe16ae0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c656e6f7269782f666c75656e74697a792d6c61726176656c2d746f6f6c732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/lenorix/fluentizy-laravel-tools/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ad078451530e4bb8ea9206b7d3cbd14fd084b9d078292469560fd987eb3d69aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656e6f7269782f666c75656e74697a792d6c61726176656c2d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lenorix/fluentizy-laravel-tools)

Extract all translation strings from your codebase and manage your language files effortlessly.

The i18n &amp; l10n will be easier than ever with this package!

🛟 Support us
------------

[](#-support-us)

Help us continue developing and maintaining this package by sponsoring us.

Also, using [fluentizy](https://fluentizy.lenorix.com) is a great way to support the project!

🚀 Features
----------

[](#-features)

- Scan chosen directories for translation strings.
- Supports both JSON and PHP translation files.
- Supports `__()`, `trans()`, and `@lang()` functions.
- Update language files automatically without overwriting existing translations.
- Artisan command for easy integration into your workflow.
- Tests running with PHP 8.0-8.5 and Laravel 9.x-12.x to ensure compatibility.

📦 Installation
--------------

[](#-installation)

You can install the package via composer:

```
composer require --dev lenorix/fluentizy-laravel-tools
```

That's all! This is enough to [get started using](#usage) `lang:extract` command.

You can publish the config file with:

```
php artisan vendor:publish --tag="fluentizy-tools-config"
```

You can publish the translation files with:

```
php artisan vendor:publish --tag="fluentizy-tools-translations"
```

📖 Usage
-------

[](#-usage)

To extract translations from your codebase, run:

```
php artisan lang:extract es
```

This command will update your translation file based on `__('...')` usages in your code.

If there are `lang/*.json` or `lang/*/*.php` files, to update all these files, run:

```
php artisan lang:extract
```

Behavior:

- Strings that are already translated will not be modified.
- If a string is missing in the translation file, it will be added with an empty value.
- If a string exists in the translation file but is not found in the codebase, it will be removed.

🧪 Testing
---------

[](#-testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.3% 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 ~0 days

Total

5

Last Release

161d ago

Major Versions

v0.2.0 → v1.0.02025-12-03

PHP version history (2 changes)v0.1.0PHP ^8.3||^8.4||^8.5

v1.1.1PHP ^8.1||^8.2||^8.3||^8.4||^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/487ac224aa3cc183acf32af3eed52e49ca14a903e9ee676418195170b6beb920?d=identicon)[lenorix](/maintainers/lenorix)

---

Top Contributors

[![jhg](https://avatars.githubusercontent.com/u/1288711?v=4)](https://github.com/jhg "jhg (115 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravellocalizationinternationalizationi18ntranslationsl10nextracttmslenorixfluentizyfluentizy-laravel-tools

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lenorix-fluentizy-laravel-tools/health.svg)

```
[![Health](https://phpackages.com/badges/lenorix-fluentizy-laravel-tools/health.svg)](https://phpackages.com/packages/lenorix-fluentizy-laravel-tools)
```

###  Alternatives

[gettext/languages

gettext languages with plural rules

7530.3M11](/packages/gettext-languages)[punic/punic

PHP-Unicode CLDR

1542.9M29](/packages/punic-punic)[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

80687.6k](/packages/outhebox-laravel-translations)[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2266.3k](/packages/smousss-laravel-globalize)[jrmajor/fluent

Fluent localization system for PHP

2716.9k5](/packages/jrmajor-fluent)

PHPackages © 2026

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