PHPackages                             vcernik/easy-translations - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. vcernik/easy-translations

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

vcernik/easy-translations
=========================

Converting translation NEON files to Excel and back (Excel to NEON)

1.1(2y ago)114.2k↓42.3%[1 issues](https://github.com/vcernik/easy-translations/issues)BSD-3-ClausePHP

Since Feb 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vcernik/easy-translations)[ Packagist](https://packagist.org/packages/vcernik/easy-translations)[ Docs](https://github.com/vcernik/easy-translations)[ RSS](/packages/vcernik-easy-translations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Easy Translations
=================

[](#easy-translations)

Converting translation NEON files to Excel and back (Excel to NEON)

Install
-------

[](#install)

To install the latest version of `vcernik/easy-translations` use [Composer](https://getcomposer.com).

```
composer require vcernik/easy-translations

```

Converting NEON files to Excel
------------------------------

[](#converting-neon-files-to-excel)

You can convert to .xlsx or .csv file (it depends just on extension).

```
use vcernik\EasyTranslations\EasyTranslations;
EasyTranslations::NeonToExcel('FOLDER WITH NEON FILES','output.xlsx');

```

Converting Excel to NEON
------------------------

[](#converting-excel-to-neon)

You can convert from .xlsx or .csv file (it depends just on extension).

```
use vcernik\EasyTranslations\EasyTranslations;
EasyTranslations::ExcelToNeon('input.xlsx','OUTPUT FOLDER');

```

In case of empty strings, by default it will not generate empty line in neon file. You can change it by this:

```
EasyTranslations::ExcelToNeon('input.xlsx','OUTPUT FOLDER', true);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~575 days

Total

3

Last Release

781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cdd8f2237c8ee241a2105f2f1e891ecd536ffc30190e965e86913e00d3e309c?d=identicon)[vcernik](/maintainers/vcernik)

---

Top Contributors

[![vcernik](https://avatars.githubusercontent.com/u/10237892?v=4)](https://github.com/vcernik "vcernik (9 commits)")

---

Tags

nettetranslationexcelneon

### Embed Badge

![Health badge](/badges/vcernik-easy-translations/health.svg)

```
[![Health](https://phpackages.com/badges/vcernik-easy-translations/health.svg)](https://phpackages.com/packages/vcernik-easy-translations)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[contributte/translation

Symfony/Translation integration for Nette Framework.

771.8M37](/packages/contributte-translation)[kdyby/translation

Integration of Symfony/Translation into Nette Framework

921.2M24](/packages/kdyby-translation)[lukasss93/laravel-larex

Translate your Laravel application from a single CSV file!

9790.3k2](/packages/lukasss93-laravel-larex)

PHPackages © 2026

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