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

Abandoned → [wotz/laravel-poeditor-sync](/?search=wotz%2Flaravel-poeditor-sync)Library[Localization &amp; i18n](/categories/localization)

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

Upload and download POEditor translations

3.3.0(1mo ago)620.9k5[1 issues](https://github.com/wotzebra/laravel-poeditor-sync/issues)MITPHPPHP ^8.1|^8.2|^8.3|^8.4|^8.5CI failing

Since May 8Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/wotzebra/laravel-poeditor-sync)[ Packagist](https://packagist.org/packages/nextapps/laravel-poeditor-sync)[ Docs](https://github.com/wotzebra/laravel-poeditor-sync)[ RSS](/packages/nextapps-laravel-poeditor-sync/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (20)Versions (25)Used By (0)

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

[](#laravel-poeditor-synchronization)

[![Latest Version on Packagist](https://camo.githubusercontent.com/744d861c9b8a126ca20fe5537802be5740228f349740b5b5fa2cb5f02aaef6fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f747a2f6c61726176656c2d706f656469746f722d73796e632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotz/laravel-poeditor-sync)[![Total Downloads](https://camo.githubusercontent.com/057caf7bf29a7a0dc61c1e87c9911928ce4cc70b530b2e752fcad434c86ad656/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f747a2f6c61726176656c2d706f656469746f722d73796e632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotz/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 wotz/laravel-poeditor-sync --dev
```

You can publish the configuration file:

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

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'],

// ... Or you can map multiple internal locales to the same POEditor locale
'locales' => ['nl' => ['nl_BE', 'nl_NL']],
```

Usage
-----

[](#usage)

### Download translations

[](#download-translations)

All translations in all supported locales will be downloaded.

```
php artisan poeditor:download
```

### Upload Translations

[](#upload-translations)

Upload translations of the default app locale:

```
php artisan poeditor:upload
```

Upload translations of specified locale:

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

Upload translations and overwrite existing POEditor translations:

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

### Validate Translations

[](#validate-translations)

Validate that translations have the same replacements and correct pluralization:

```
php artisan poeditor:validate
```

### Status of Translations

[](#status-of-translations)

Check if local translations match the ones on POEditor:

```
php artisan poeditor:status
```

Testing
-------

[](#testing)

```
composer test
```

Linting
-------

[](#linting)

```
composer lint
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Günther Debrauwer](https://github.com/gdebrauwer)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 80.4% 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 ~101 days

Recently: every ~117 days

Total

22

Last Release

52d ago

Major Versions

0.8.1 → 1.0.02024-01-23

1.0.1 → 2.0.02024-04-05

v2.x-dev → 3.0.02024-09-26

PHP version history (8 changes)0.1.0PHP ^7.3

0.4.0PHP ^7.3|^8.0

0.5.0PHP ^7.3|^7.4|^8.0|^8.1

0.6.0PHP ^7.3|^7.4|^8.0|^8.1|^8.2

0.8.0PHP ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3

1.0.0PHP ^8.1|^8.2|^8.3

3.1.0PHP ^8.1|^8.2|^8.3|^8.4

3.3.0PHP ^8.1|^8.2|^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/739571b3160077a91cf01209a045409a0daf361b73fae482f37dfcf1db301a57?d=identicon)[gdebrauwer](/maintainers/gdebrauwer)

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (111 commits)")[![Bart-Kuenen-nextapps](https://avatars.githubusercontent.com/u/107543678?v=4)](https://github.com/Bart-Kuenen-nextapps "Bart-Kuenen-nextapps (10 commits)")[![yinx](https://avatars.githubusercontent.com/u/1022847?v=4)](https://github.com/yinx "yinx (9 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (4 commits)")[![jan-claeys](https://avatars.githubusercontent.com/u/32668993?v=4)](https://github.com/jan-claeys "jan-claeys (3 commits)")[![Hadihassan08](https://avatars.githubusercontent.com/u/88097651?v=4)](https://github.com/Hadihassan08 "Hadihassan08 (1 commits)")

---

Tags

laraveltranslationsPoeditor

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[barryvdh/laravel-translation-manager

Manage Laravel Translations

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

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

135304.0k2](/packages/vemcogroup-laravel-translation)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[erag/laravel-lang-sync-inertia

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

3812.2k](/packages/erag-laravel-lang-sync-inertia)[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)
