PHPackages                             lecturize/laravel-translatable - 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. lecturize/laravel-translatable

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

lecturize/laravel-translatable
==============================

A simple Package for multi-lingual Models in Laravel 5.

02.3k1PHP

Since Aug 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Lecturize/Laravel-Translatable)[ Packagist](https://packagist.org/packages/lecturize/laravel-translatable)[ RSS](/packages/lecturize-laravel-translatable/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/faa6687c9b5f51ee407c56f79651f30a54d43c859d9e25c57354b41b8db779d0/68747470733a2f2f706f7365722e707567782e6f72672f4c6563747572697a652f4c61726176656c2d5472616e736c617461626c652f762f737461626c65)](https://packagist.org/packages/Lecturize/Laravel-Translatable)[![Total Downloads](https://camo.githubusercontent.com/3fa3494dc282942a271f6e505395a2cf8bb1ed0e32e9c3a249ef444ddcf12c64/68747470733a2f2f706f7365722e707567782e6f72672f4c6563747572697a652f4c61726176656c2d5472616e736c617461626c652f646f776e6c6f616473)](https://packagist.org/packages/Lecturize/Laravel-Translatable)[![License](https://camo.githubusercontent.com/f3880cc4fce4e97553fd9758ea93509c66e6bceb78f3f1c66585df57f2c52dea/68747470733a2f2f706f7365722e707567782e6f72672f4c6563747572697a652f4c61726176656c2d5472616e736c617461626c652f6c6963656e7365)](https://packagist.org/packages/Lecturize/Laravel-Translatable)

Laravel Translatable
====================

[](#laravel-translatable)

A simple Package for multi-lingual Models in Laravel 5.

Important Notice
----------------

[](#important-notice)

**This package is a work in progress**, please use with care and feel free to report any issues or ideas you may have!

We've transferred this package to a new owner and therefor updated the namespaces to **Lecturize\\Translatable**. The config file is now `config/lecturize.php`.

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

[](#installation)

Require the package from your `composer.json` file

```
"require": {
    "lecturize/laravel-translatable": "dev-master"
}
```

and run `$ composer update` or both in one with `$ composer require lecturize/laravel-translatable`.

Next register the service provider and (optional) facade to your `config/app.php` file

```
'providers' => [
    // Illuminate Providers ...
    // App Providers ...
    Lecturize\Translatable\TranslatableServiceProvider::class
];
```

Configuration &amp; Migration
-----------------------------

[](#configuration--migration)

```
$ php artisan vendor:publish --provider="Lecturize\Translatable\TranslatableServiceProvider"
```

This will create a `config/lecturize.php` and a migration file. In the config file you can customize the table names, finally you'll have to run migration like so:

```
$ php artisan migrate
```

License
-------

[](#license)

Licensed under [MIT license](http://opensource.org/licenses/MIT).

Author
------

[](#author)

**Handcrafted with love by [Alexander Manfred Poellmann](https://twitter.com/AMPoellmann) in Vienna &amp; Rome.**

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![AlexanderPoellmann](https://avatars.githubusercontent.com/u/6631793?v=4)](https://github.com/AlexanderPoellmann "AlexanderPoellmann (17 commits)")

### Embed Badge

![Health badge](/badges/lecturize-laravel-translatable/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[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)
