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 4w 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 25% 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://avatars.githubusercontent.com/u/5723311?v=4)[illuminate3](/maintainers/illuminate3)[@illuminate3](https://github.com/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

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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