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(3mo ago)0104MITPHP

Since Feb 25Pushed 3mo 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 today

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

38

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity42

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

107d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48689110?v=4)[Sergio Lago](/maintainers/slgo99)[@slgo99](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[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)[illuminate/translation

The Illuminate Translation package.

6938.0M572](/packages/illuminate-translation)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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