PHPackages                             ornio/l10n-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. ornio/l10n-laravel

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

ornio/l10n-laravel
==================

L10N translation service Laravel package

v1.0.2(5y ago)0123MITPHP

Since Feb 25Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ornio-no/l10n-laravel)[ Packagist](https://packagist.org/packages/ornio/l10n-laravel)[ RSS](/packages/ornio-l10n-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

L10N localization app Laravel package
=====================================

[](#l10n-localization-app-laravel-package)

**L10N Laravel is a simple package that fetches translations from [L10N localization app](https://l10n.app)**

Requirements
------------

[](#requirements)

- PHP version 7.0 or higher
- Laravel version 6.0 or higher

Easy Installation
-----------------

[](#easy-installation)

### Install with composer

[](#install-with-composer)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require ornio/l10n-laravel
```

Quick Start
-----------

[](#quick-start)

First add your unique l10n application token to your .env file:

```
L10N_TOKEN
```

Optionally you can add L10N\_URL if it is different than default one:

```
L10N_URL
```

Publish files:

```
php artisan vendor:publish --tag="l10n"
```

Add your languages to l10n config file:

```
    'languages' => [
        'en', 'nb',
    ]
```

Finally run the command that fetches translations and saves them to default language directory:

```
php artisan l10n:fetch-translations
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

1903d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73115f4b28c8b58568bdc2c124cc105ab4451a5249457f6fa68a329b9ca58850?d=identicon)[ornio](/maintainers/ornio)

---

Top Contributors

[![sallmin](https://avatars.githubusercontent.com/u/20702820?v=4)](https://github.com/sallmin "sallmin (3 commits)")

### Embed Badge

![Health badge](/badges/ornio-l10n-laravel/health.svg)

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

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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