PHPackages                             aedart/athenaeum-translation - 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. aedart/athenaeum-translation

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

aedart/athenaeum-translation
============================

Translation utilities for Laravel

10.8.0(1mo ago)01.7kBSD-3-ClausePHPPHP ^8.4

Since Feb 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/aedart/athenaeum-translation)[ Packagist](https://packagist.org/packages/aedart/athenaeum-translation)[ Docs](https://aedart.github.io/athenaeum/)[ RSS](/packages/aedart-athenaeum-translation/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (12)Versions (101)Used By (0)

Athenaeum Translation
=====================

[](#athenaeum-translation)

The translation package contains a few utilities for [Laravel's Localization utilities](https://laravel.com/docs/10.x/localization).

Exporters
---------

[](#exporters)

Among the available utilities are translation exporters.

```
$translations = $exporter->export('en', 'auth');

print_r($translations);
```

```
Array
(
    [en] => Array
        (
            [__JSON__] => Array
                (
                    [The :attribute must contain one letter.] => The :attribute must contain one letter.
                )
            [auth] => Array
                (
                    [failed] => These credentials do not match our records.
                    [password] => The provided password is incorrect.
                    [throttle] => Too many login attempts. Please try again in :seconds seconds.
                )
        )
)

```

Documentation
-------------

[](#documentation)

Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.

Repository
----------

[](#repository)

The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)

Versioning
----------

[](#versioning)

This package follows [Semantic Versioning 2.0.0](http://semver.org/)

License
-------

[](#license)

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance94

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity79

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

Total

100

Last Release

30d ago

Major Versions

7.33.0 → 8.0.02024-03-18

8.22.0 → 9.0.02025-03-04

9.25.1 → 10.0.02026-03-30

PHP version history (5 changes)7.3.0PHP ^8.1

7.21.0PHP ^8.1.22

8.0.0PHP ^8.2

9.0.0PHP ^8.3

10.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1523223?v=4)[Alin Eugen Deac](/maintainers/aedart)[@aedart](https://github.com/aedart)

---

Top Contributors

[![aedart](https://avatars.githubusercontent.com/u/1523223?v=4)](https://github.com/aedart "aedart (196 commits)")

---

Tags

translationAthenaeumexporters

### Embed Badge

![Health badge](/badges/aedart-athenaeum-translation/health.svg)

```
[![Health](https://phpackages.com/badges/aedart-athenaeum-translation/health.svg)](https://phpackages.com/packages/aedart-athenaeum-translation)
```

###  Alternatives

[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.5M17](/packages/kkomelin-laravel-translatable-string-exporter)[tio/laravel

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

170333.8k](/packages/tio-laravel)[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)
