PHPackages                             poeditor/laravel-poeditor-sync - 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. poeditor/laravel-poeditor-sync

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

poeditor/laravel-poeditor-sync
==============================

Upload and download POEditor translations

v1.0.4(5y ago)22061MITPHPPHP ^7.3

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/maha269/Poeditor-micro-translation)[ Packagist](https://packagist.org/packages/poeditor/laravel-poeditor-sync)[ Docs](https://github.com/nextapps/laravel-poeditor-sync)[ RSS](/packages/poeditor-laravel-poeditor-sync/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

Laravel Poeditor Synchronization
================================

[](#laravel-poeditor-synchronization)

[![Issues](https://camo.githubusercontent.com/5568461189eb4407c42f08556840e7cfc5ab1f19561667809d5d3fa44b18ae9a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d6168613236392f506f656469746f722d6d6963726f2d7472616e736c6174696f6e)](https://img.shields.io/github/issues/maha269/Poeditor-micro-translation)[![Total Downloads](https://camo.githubusercontent.com/0e1ab8c52901583eb46b4c643d199221a9aaf9cbe1fed7e83321f219dc89941a/68747470733a2f2f7061636b61676973742e6f72672f7061636b616765732f706f656469746f722f6c61726176656c2d706f656469746f722d73796e632f73746174735a)](https://packagist.org/packages/poeditor/laravel-poeditor-sync)[![Latest Version on Packagist](https://camo.githubusercontent.com/4c2000b256c60c60a9bae0aeb5f0352a3b31e34c232a90f952a851dc93ecc812/68747470733a2f2f696d672e736869656c64732e696f2f7061636b616765732f706f656469746f722f6c61726176656c2d706f656469746f722d73796e632376312e302e31)](https://packagist.org/packages/poeditor/laravel-poeditor-sync)

Upload and download POEditor translations. Both PHP and JSON translation files are supported. Vendor PHP / JSON translations can also be uploaded / downloaded.

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

[](#installation)

You can install the package via composer:

```
composer require poeditor/laravel-poeditor-sync --dev
```

You can add these two classes to providers key in config/app.php:

```
NextApps\PoeditorSync\PoeditorSyncServiceProvider::class,
NextApps\PoeditorSync\PoeditorRouteServiceProvider::class

```

You can publish the configuration file:

```
php artisan vendor:publish --provider="NextApps\PoeditorSync\PoeditorSyncServiceProvider"
php artisan vendor:publish --provider="NextApps\PoeditorSync\PoeditorRouteServiceProvider"
```

Set the POEditor API key and Project ID in your env-file:

```
POEDITOR_API_KEY=
POEDITOR_PROJECT_ID=

```

In the 'poeditor-sync' configuration file, you should specify the supported locales. You can also provide an associate array, if you want to map POEditor locales to internal locales.

```
// in config/poeditor-sync.php

// Provide array with all supported locales ...
'locales' => ['en', 'nl', 'fr'],

// ... Or provide associative array with POEditor locales mapped to internal locales
'locales' => ['en-gb' => 'en', 'nl-be' => 'nl'],
```

Usage
-----

[](#usage)

### Download translations

[](#download-translations)

All translations in all supported locales will be downloaded.

```
php artisan poeditor:download
```

Or use the API GET endpoint

`/api/poeditor/translation/download`

### Upload Translations

[](#upload-translations)

Upload translations of the default app locale:

```
php artisan poeditor:upload
```

Or use the API GET endpoint

`/api/poeditor/translation/upload`

Upload translations of specified locale:

```
php artisan poeditor:upload nl
```

Upload translations and overwrite existing POEditor translations:

```
php artisan poeditor:upload --force
```

### Testing

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

Total

5

Last Release

1930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc0a7e8503d374f310e6b90bf533e55eab57abfb322d0bf6a6a6d1f7d9931a2e?d=identicon)[maha\_ahmed](/maintainers/maha_ahmed)

---

Top Contributors

[![jimmerioles](https://avatars.githubusercontent.com/u/9766310?v=4)](https://github.com/jimmerioles "jimmerioles (1 commits)")[![maha269](https://avatars.githubusercontent.com/u/32007944?v=4)](https://github.com/maha269 "maha269 (1 commits)")

---

Tags

laravelPoeditornextapps

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/poeditor-laravel-poeditor-sync/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

135304.0k2](/packages/vemcogroup-laravel-translation)[tio/laravel

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

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

A Laravel package to detect and block disposable email addresses.

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

PHPackages © 2026

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