PHPackages                             tectonic/laravel-localisation - 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. tectonic/laravel-localisation

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

tectonic/laravel-localisation
=============================

A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.

2.4.0(2mo ago)1313.1k↑17.9%1[1 issues](https://github.com/tectonic/laravel-localisation/issues)PHPPHP ^7.4|^8.0|^8.2

Since Jan 15Pushed 2mo ago16 watchersCompare

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

READMEChangelog (3)Dependencies (12)Versions (35)Used By (0)

Laravel localisation
====================

[](#laravel-localisation)

[![Circle CI](https://camo.githubusercontent.com/3419a5a46fa4a243402821617e25b9d4fffffc647aed4d4501b37a0571c30fb2/68747470733a2f2f636972636c6563692e636f6d2f67682f746563746f6e69632f6c61726176656c2d6c6f63616c69736174696f6e2e706e673f7374796c653d6261646765)](https://circleci.com/gh/tectonic/laravel-localisation)

A bridge package for providing Laravel specific components and implementations of the Localisation package.

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

[](#installation)

Install via composer:

```
composer require tectonic/laravel-localisation

```

Publish the configuration

```
php artisan vendor:publish --provider="Tectonic\LaravelLocalisation\ServiceProvider"
```

Documentation
-------------

[](#documentation)

You can view the rest of the documentation here: ()

Changelog
---------

[](#changelog)

### 2.0.1

[](#201)

- Fixed a [performance issue](https://github.com/tectonic/laravel-localisation/issues/1)

### 2.0.0

[](#200)

- Support for Laravel 8

### 1.3.2

[](#132)

- Small fix for publishing configuration

### 1.3.0

[](#130)

- Updated dependencies so that the package is not so dependent on a specific model, but rather simply an Eloquent model.

License
=======

[](#license)

The MIT License (MIT) \[OSI Approved License\] The MIT License (MIT)

Copyright (c) 2014 Tectonic Digital

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance85

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 62% 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 ~158 days

Recently: every ~269 days

Total

27

Last Release

67d ago

Major Versions

1.4.5 → 2.0.02022-03-21

PHP version history (4 changes)1.0.0PHP &gt;=5.6.0

1.3.0PHP &gt;=7.0.0

2.0.0PHP ^7.4|^8.0

2.3.0PHP ^7.4|^8.0|^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1471956?v=4)[Gord](/maintainers/Oddman)[@Oddman](https://github.com/Oddman)

---

Top Contributors

[![kirkbushell](https://avatars.githubusercontent.com/u/65171?v=4)](https://github.com/kirkbushell "kirkbushell (80 commits)")[![kontoulis](https://avatars.githubusercontent.com/u/6674486?v=4)](https://github.com/kontoulis "kontoulis (22 commits)")[![pktharindu](https://avatars.githubusercontent.com/u/23132672?v=4)](https://github.com/pktharindu "pktharindu (8 commits)")[![fmarquesto](https://avatars.githubusercontent.com/u/16501896?v=4)](https://github.com/fmarquesto "fmarquesto (6 commits)")[![JasonMortonNZ](https://avatars.githubusercontent.com/u/2790269?v=4)](https://github.com/JasonMortonNZ "JasonMortonNZ (4 commits)")[![valorin](https://avatars.githubusercontent.com/u/897369?v=4)](https://github.com/valorin "valorin (3 commits)")[![fabriciozeferino](https://avatars.githubusercontent.com/u/37294999?v=4)](https://github.com/fabriciozeferino "fabriciozeferino (3 commits)")[![think-01](https://avatars.githubusercontent.com/u/8135323?v=4)](https://github.com/think-01 "think-01 (2 commits)")[![antennaio](https://avatars.githubusercontent.com/u/530421?v=4)](https://github.com/antennaio "antennaio (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tectonic-laravel-localisation/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M200](/packages/laravel-ai)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.9k1](/packages/mike-bronner-laravel-model-caching)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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