PHPackages                             jan-dolata/translations\_editor - 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. jan-dolata/translations\_editor

ActiveLibrary

jan-dolata/translations\_editor
===============================

Translations editor

v1.0.14(9y ago)0343MITPHPPHP ~5.5|~7.0

Since May 17Pushed 9y ago3 watchersCompare

[ Source](https://github.com/jan-dolata/translations_editor)[ Packagist](https://packagist.org/packages/jan-dolata/translations_editor)[ Docs](https://github.com/jan-dolata/translations_editor)[ RSS](/packages/jan-dolata-translations-editor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

translations\_editor
====================

[](#translations_editor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2c97dff00faafbe37da8fef4b205edff833b9b26269273b6eda959eb9df7560f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616e2d646f6c6174612f7472616e736c6174696f6e735f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jan-dolata/translations_editor)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a60f575f607244a63f91a92fccc353a2e3743130df1aa16d5e2ccfa1bb02ab40/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a616e2d646f6c6174612f7472616e736c6174696f6e735f656469746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jan-dolata/translations_editor)[![Coverage Status](https://camo.githubusercontent.com/336888877a8d1e4aba9e1f15b65f81d17bcfe10087e6307a9db3de76e9468f7d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a616e2d646f6c6174612f7472616e736c6174696f6e735f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jan-dolata/translations_editor/code-structure)[![Quality Score](https://camo.githubusercontent.com/6f5fe3c0a747f4c61f152e21e51e7b3935b556728daa256822171e7771c90d27/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a616e2d646f6c6174612f7472616e736c6174696f6e735f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jan-dolata/translations_editor)[![Total Downloads](https://camo.githubusercontent.com/41c1d298f19755204519d4fa56e49759811c73637239430b70b07db5226c8bd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616e2d646f6c6174612f7472616e736c6174696f6e735f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jan-dolata/translations_editor)

Install
-------

[](#install)

Via Composer

```
$ composer require jan-dolata/translations_editor
```

Add ServiceProvider to `config/app`.

```
JanDolata\TranslationsEditor\TranslationsEditorServiceProvider::class

```

And publish TranslationsEditor config.

```
$ php artisan vendor:publish --provider="JanDolata\TranslationsEditor\TranslationsEditorServiceProvider"
```

Check config file.

```
config/translations_editor.php

```

Change folder name `resources/lang/en` to `resources/lang/base` (for new project).

```
$ mv resources/lang/en resources/lang/base
```

Add `resources/lang/xx` for all used laguages to `.gitignore`.

ex.

```
/resources/lang/en
/resources/lang/de
/resources/lang/pl

```

If you need, use seed. Add `TranslationSeeder` in `DatabaseSeeder.php`.

```
$this->call(JanDolata\TranslationsEditor\Engine\TranslationSeeder::class);

```

Done !

Usage
-----

[](#usage)

Go to `.../translation/get` to edit your translations lines.

Before save, backup file will store in `storage/app/translations`. Check that in `.../translation/log` page.

You can add new file to folder `lang/base`, it will be automatically added in editor.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jan Dolata](https://github.com/:author_username)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~38 days

Recently: every ~47 days

Total

6

Last Release

3459d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/482e9561a143b91dde51c7cd27f65a75a2b1e9f5e78f13cfb5647829de2a2e9d?d=identicon)[jan-dolata](/maintainers/jan-dolata)

---

Top Contributors

[![holonglobe-wj](https://avatars.githubusercontent.com/u/12949078?v=4)](https://github.com/holonglobe-wj "holonglobe-wj (7 commits)")

---

Tags

jan-dolatatranslations\_editor

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jan-dolata-translations-editor/health.svg)

```
[![Health](https://phpackages.com/badges/jan-dolata-translations-editor/health.svg)](https://phpackages.com/packages/jan-dolata-translations-editor)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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