PHPackages                             novius/laravel-caouecs-lang-extended - 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. novius/laravel-caouecs-lang-extended

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

novius/laravel-caouecs-lang-extended
====================================

Generate default languages files for Laravel

0.4.0(6y ago)14.7k3AGPL-3.0PHPPHP &gt;=7.3

Since Aug 23Pushed 6y ago3 watchersCompare

[ Source](https://github.com/novius/laravel-caouecs-lang-extended)[ Packagist](https://packagist.org/packages/novius/laravel-caouecs-lang-extended)[ Docs](http://novius.com)[ RSS](/packages/novius-laravel-caouecs-lang-extended/feed)WikiDiscussions 0.2 Synced 2w ago

READMEChangelog (4)Dependencies (6)Versions (8)Used By (0)

Novius Caouecs lang extended
============================

[](#novius-caouecs-lang-extended)

This package gives an artisan command to publish native laravel translations in the desired language. The native translations are made by the [caouecs/laravel-lang package](https://github.com/caouecs/Laravel-lang).

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

[](#installation)

You can install the package via Composer:

```
composer install novius/caouecs-lang-extended

```

Then, if you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your `config/app.php` file:

```
'providers' => [
    ...
    Novius\Caouecs\Lang\LangGeneratorServiceProvider::class,
];

```

Usage
-----

[](#usage)

This command put languages files into `resources/lang/{local}` folder.

```
php artisan lang:install {local}

```

Example for publishing FR files :

```
php artisan lang:install fr

```

By default the command does not overwrite existing files. You can use `--force` parameters to force overriding.

```
php artisan lang:install fr --force

```

Testing
-------

[](#testing)

Run the tests with:

```
./test.sh

```

Lint
----

[](#lint)

Run php-cs with:

```
./cs.sh

```

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

[](#contributing)

Contributions are welcome!

Licence
-------

[](#licence)

This package is under [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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 ~141 days

Recently: every ~246 days

Total

8

Last Release

2242d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.6.4

0.3.0PHP &gt;=7.1

0.4.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/341860?v=4)[Novius](/maintainers/novius)[@novius](https://github.com/novius)

---

Top Contributors

[![tony-novius](https://avatars.githubusercontent.com/u/243603340?v=4)](https://github.com/tony-novius "tony-novius (12 commits)")[![jguyomard](https://avatars.githubusercontent.com/u/1242207?v=4)](https://github.com/jguyomard "jguyomard (1 commits)")

---

Tags

artisanartisan-commandlanguageslaravelphp7translationslaravellanguages

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/novius-laravel-caouecs-lang-extended/health.svg)

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

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k42.5M39.8k](/packages/orchestra-testbench)[laravel-lang/lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI

7.8k10.7M50](/packages/laravel-lang-lang)[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)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

136327.1k3](/packages/vemcogroup-laravel-translation)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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