PHPackages                             slgo99/laravel-loco-tms - 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. slgo99/laravel-loco-tms

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

slgo99/laravel-loco-tms
=======================

A Laravel convenience integration for the Loco translation management system

v1.0.4(1mo ago)070MITPHP

Since Feb 25Pushed 1mo agoCompare

[ Source](https://github.com/slgo99/laravel-loco-tms)[ Packagist](https://packagist.org/packages/slgo99/laravel-loco-tms)[ RSS](/packages/slgo99-laravel-loco-tms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (12)Versions (6)Used By (0)

Laravel Loco TMS
================

[](#laravel-loco-tms)

This is an integration with the [Loco Translation Management System](https://localise.biz).

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

[](#installation)

```
composer require slgo99/laravel-loco-tms
```

Configuration
-------------

[](#configuration)

To use the library, you'll need to set your Loco API Key for your translation project. Set the environment variable `LOCO_API_KEY`.

Then you'll need to publish the configuration file.

To publish the configuration file, run:

```
php artisan vendor:publish --provider="Jobilla\Loco\LocoServiceProvider"
```

This will create a `loco.php` file in your `config` directory.

The configuration file should look like this:

```
return [
    'api_key' => env('LOCO_API_KEY'),
    'lang_path' => resource_path('lang'),
];
```

The `lang_path` is the path where the translations will be stored. In Laravel 9+ projects, you might need to set the `lang_path` to `base_path('lang')`.

Usage
-----

[](#usage)

### Importing translations

[](#importing-translations)

To download translations from Loco, run the following command:

```
php artisan loco:download
```

This will download all translations from Loco and store them in the `lang_path` directory.

### Exporting translations

[](#exporting-translations)

To upload translations to Loco, run the following command:

```
php artisan loco:upload
```

This will upload all translations from the `lang_path` directory to Loco.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance89

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~97 days

Total

5

Last Release

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c2c63c9c984a95a176f66bc928724d0a9cab99c31da619cb6d0b6e582405e3f?d=identicon)[slgo99](/maintainers/slgo99)

---

Top Contributors

[![andvla](https://avatars.githubusercontent.com/u/12616998?v=4)](https://github.com/andvla "andvla (9 commits)")[![slgo99](https://avatars.githubusercontent.com/u/48689110?v=4)](https://github.com/slgo99 "slgo99 (9 commits)")[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (5 commits)")[![ilan-moatty](https://avatars.githubusercontent.com/u/65910094?v=4)](https://github.com/ilan-moatty "ilan-moatty (3 commits)")[![DogukanAltay](https://avatars.githubusercontent.com/u/10586722?v=4)](https://github.com/DogukanAltay "DogukanAltay (1 commits)")[![sbbjss](https://avatars.githubusercontent.com/u/74657822?v=4)](https://github.com/sbbjss "sbbjss (1 commits)")[![appelsiini](https://avatars.githubusercontent.com/u/8483111?v=4)](https://github.com/appelsiini "appelsiini (1 commits)")[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slgo99-laravel-loco-tms/health.svg)

```
[![Health](https://phpackages.com/badges/slgo99-laravel-loco-tms/health.svg)](https://phpackages.com/packages/slgo99-laravel-loco-tms)
```

###  Alternatives

[barryvdh/laravel-translation-manager

Manage Laravel Translations

1.7k3.6M17](/packages/barryvdh-laravel-translation-manager)[mariuzzo/laravel-js-localization

Laravel Localization in JavaScript

6073.9M3](/packages/mariuzzo-laravel-js-localization)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170318.5k](/packages/tio-laravel)

PHPackages © 2026

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