PHPackages                             languara/laravel5 - 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. languara/laravel5

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

languara/laravel5
=================

Languara localization plugin for Laravel 5.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

1.1.2(8y ago)1941MITPHPPHP &gt;=5.4.0

Since Feb 11Pushed 8y ago2 watchersCompare

[ Source](https://github.com/languara/languara-laravel5)[ Packagist](https://packagist.org/packages/languara/laravel5)[ Docs](https://languara.com/localization/laravel)[ RSS](/packages/languara-laravel5/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Languara Plugin for Laravel 5.x

### Install

[](#install)

Add Languara plugin information to your composer.json file:

```

"require": {
  "languara/laravel5": "~1.0"
}

```

Use composer to install this package.

```

$ composer update

```

### Register the package

[](#register-the-package)

Add the package to the autoload array in app/config/app.php:

```

'providers' => array(
    // .....
    Languara\Laravel\LaravelServiceProvider::class,
)

```

### Configure the Package

[](#configure-the-package)

.....

### Usage

[](#usage)

Execute this command to see a list of available commands in your commandline:

```

$ php artisan

```

---

Or you can check the commands and their usage here:

```

$ php artisan languara:translate [options]

```

to translate the texts you already have in your lang directory. You can also select the type of translation you want to perform, Machine or Human. It's set to machine by default.

```

$ php artisan languara:connect [project-private-key]

```

to connect your plugin with a project on languara.com

```

$ php artisan languara:pull

```

to download your content from Languara to your app.

```

$ php artisan languara:push

```

to upload your content from your app to Languara.

```

$ php artisan languara:register

```

to register a new user on languara.com

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 84.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 ~154 days

Total

4

Last Release

3282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/831354eae3bf87a893310bb135909fcefec2ef1831f8715622c6af5363e80fa5?d=identicon)[drongen](/maintainers/drongen)

---

Top Contributors

[![drongen](https://avatars.githubusercontent.com/u/9559179?v=4)](https://github.com/drongen "drongen (16 commits)")[![languara](https://avatars.githubusercontent.com/u/11355174?v=4)](https://github.com/languara "languara (3 commits)")

---

Tags

laravellocalizationinternationalizationi18nl10ntranslatetranslationinternationalizelocalizeLanguara

### Embed Badge

![Health badge](/badges/languara-laravel5/health.svg)

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

###  Alternatives

[punic/punic

PHP-Unicode CLDR

1542.9M29](/packages/punic-punic)[fisharebest/localization

A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.

3191.1k2](/packages/fisharebest-localization)[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2266.3k](/packages/smousss-laravel-globalize)[mediawiki/translate

The only standard solution to translate any kind of text with an avant-garde web interface within MediaWiki, including your documentation and software

457.9k](/packages/mediawiki-translate)[jrmajor/fluent

Fluent localization system for PHP

2716.9k5](/packages/jrmajor-fluent)[jrmajor/laravel-fluent

Fluent translations for Laravel

208.4k](/packages/jrmajor-laravel-fluent)

PHPackages © 2026

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