PHPackages                             illuminate3/lingos - 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. illuminate3/lingos

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

illuminate3/lingos
==================

Baseline language files for Laravel4

5150PHP

Since Feb 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/illuminate3/lingos)[ Packagist](https://packagist.org/packages/illuminate3/lingos)[ RSS](/packages/illuminate3-lingos/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lingos
======

[](#lingos)

Depreciated
===========

[](#depreciated)

Use my new package called Kotoba for Laravel 5. I will no longer support this.

About
=====

[](#about)

Baseline language files for Laravel4.

Version
-------

[](#version)

0.8.0

- Basic Files based on stevemo's Cpanel
- Add in some of brunogaspar's lang files

Available Languages
-------------------

[](#available-languages)

- English

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

[](#installation)

1.) Add to composer.json in the require statement:

```
"require": {
    "illuminate3/lingos": "dev-master",
    ...
},

```

2.) Add to the app.php providers list

```
'Illuminate3\Lingos\LingosServiceProvider',

```

Usage
-----

[](#usage)

```
{{ Lang::get('lingos::auth.register') }}

```

real world examples:

```
{{ Lang::get('lingos::filename.word') }}
{{ trans('lingos::filename.word') }}

```

lingos:: // The package name auth. // The language file name register // The phrase or word that you want to call

Result: Register

Files
-----

[](#files)

1. auth :: relates to authorization and security
2. button :: relates to various words appearing on buttons
3. general :: relates to various often used words and phrases
4. emails :: relates to email template phrases and words
5. table :: relates to various words appearing in tables
6. sentry :: relates to various words that sentry 2 uses

Note: Sometimes you have words or phrases that can fall into both the button and general categories. I separated these since you might want to have them slightly different, like capitalizations or similar.

Projects used to create Lingos
------------------------------

[](#projects-used-to-create-lingos)

[Stevemo's Cpanel](https://github.com/stevemo/cpanel "Stevemo's Cpanel")

[brunogaspar's laravel4-starter-kit](https://github.com/brunogaspar/laravel4-starter-kit "Brunogaspar's laravel4-starter-kit")

[illuminate3's Vedette](https://github.com/illuminate3/vedettte "illuminate3's Vedette")

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

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

---

Top Contributors

[![illuminate3](https://avatars.githubusercontent.com/u/5723311?v=4)](https://github.com/illuminate3 "illuminate3 (1 commits)")[![SakuraCart](https://avatars.githubusercontent.com/u/1558194?v=4)](https://github.com/SakuraCart "SakuraCart (1 commits)")

### Embed Badge

![Health badge](/badges/illuminate3-lingos/health.svg)

```
[![Health](https://phpackages.com/badges/illuminate3-lingos/health.svg)](https://phpackages.com/packages/illuminate3-lingos)
```

###  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)
