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 today

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 47% 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

1982d 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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M130](/packages/roots-acorn)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M981](/packages/statamic-cms)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

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

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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