PHPackages                             palmabit/multilanguage - 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. palmabit/multilanguage

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

palmabit/multilanguage
======================

This package helps handling of language and translation with laravel framework

v1.1(10y ago)22393mitPHPPHP &gt;=5.4.0

Since Mar 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Palmabit-IT/multilanguage)[ Packagist](https://packagist.org/packages/palmabit/multilanguage)[ RSS](/packages/palmabit-multilanguage/feed)WikiDiscussions 1.0 Synced today

READMEChangelog (1)Dependencies (6)Versions (17)Used By (3)

\#Multilanguage

[![Build Status](https://camo.githubusercontent.com/01a37e5a549b4dc566d83acdd36c7acf49cf6472c2859a1de2427b41bbce7c42/68747470733a2f2f7472617669732d63692e6f72672f50616c6d616269742d49542f6d756c74696c616e67756167652e706e67)](https://travis-ci.org/Palmabit-IT/multilanguage)

\##Description

This package adds multilanguage capability to your laravel app.

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

[](#installation)

The simplest method of installation is to install it as a global Composer package:

1. composer require `"palmabit/multilanguage 1.0.*"`
2. Add to your service providers the following string: `'Palmabit\Multilanguage\MultilanguageServiceProvider'`
3. Run the following command: `"php artisan asset:publish"`

Docs
----

[](#docs)

In order to see the docs install the laravel package example app:

API REST
--------

[](#api-rest)

### GET current language

[](#get-current-language)

```
http:///api/v1/lang

```

response:

```
{
    "lang": "en"
}

```

### Set new language (PUT)

[](#set-new-language-put)

```
http:///api/v1/lang/

```

response:

```
{
    "success": true
    "lang": "en"
}

```

### Set new language (POST)

[](#set-new-language-post)

```
http:///api/v1/lang

```

parameters:

```
{
    "lang": "en"
}

```

response:

```
{
    "success": true
    "lang": "en"
}

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 98.2% 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 ~50 days

Recently: every ~121 days

Total

14

Last Release

3790d ago

Major Versions

0.2.1 → 1.0.02014-10-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f0f7d5e84f32a9208f1c2ccd68555592e276d1fffb73ecfe76451c04786b4e1?d=identicon)[palmabit](/maintainers/palmabit)

---

Top Contributors

[![intrip](https://avatars.githubusercontent.com/u/1753245?v=4)](https://github.com/intrip "intrip (56 commits)")[![ceccode](https://avatars.githubusercontent.com/u/1024055?v=4)](https://github.com/ceccode "ceccode (1 commits)")

### Embed Badge

![Health badge](/badges/palmabit-multilanguage/health.svg)

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

###  Alternatives

[illuminate/translation

The Illuminate Translation package.

6938.0M572](/packages/illuminate-translation)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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