PHPackages                             mantax559/laravel-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. [Localization &amp; i18n](/categories/localization)
4. /
5. mantax559/laravel-translations

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

mantax559/laravel-translations
==============================

Laravel Translations

1.10.9(1mo ago)01621MITPHPPHP ^8.5

Since Jul 2Pushed 2w ago1 watchersCompare

[ Source](https://github.com/mantax559/laravel-translations)[ Packagist](https://packagist.org/packages/mantax559/laravel-translations)[ RSS](/packages/mantax559-laravel-translations/feed)WikiDiscussions production Synced yesterday

READMEChangelog (10)Dependencies (32)Versions (30)Used By (1)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/ce4ea7fac36918dd173956b3e88ea2ac0c2ec0d9cfef9089ffa3a726c576f67a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ce4ea7fac36918dd173956b3e88ea2ac0c2ec0d9cfef9089ffa3a726c576f67a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/92caed45829d91693a804173b664f3ab633701e16655747fa68ac910091e03cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/92caed45829d91693a804173b664f3ab633701e16655747fa68ac910091e03cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/cd15c8949fa65a2afce1ab21a4615531da8c912c9212199c6956e08a5824ec3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/cd15c8949fa65a2afce1ab21a4615531da8c912c9212199c6956e08a5824ec3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/b9b7420699ce896e7672ec53239c134e69c5e577a0d2b4588af9de8c0b4ed3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b9b7420699ce896e7672ec53239c134e69c5e577a0d2b4588af9de8c0b4ed3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)

Laravel Translations
====================

[](#laravel-translations)

Requirements
------------

[](#requirements)

- **Xdebug** - required for code coverage analysis (recommended for development)

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-translations

```

The package will automatically register its service provider.

Usage
-----

[](#usage)

See **[USAGE.md](USAGE.md)** for more information about the package and examples.

Customisation
-------------

[](#customisation)

### Config

[](#config)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Mantax559\LaravelTranslations\Providers\AppServiceProvider" --tag=config

```

Publish assets:

```
php artisan vendor:publish --provider="Mantax559\LaravelTranslations\Providers\AppServiceProvider" --tag=laravel-assets

```

### Testing

[](#testing)

Run the test suite:

```
composer test

```

Coverage summary in the terminal:

```
composer test-coverage

```

For a browsable HTML report, generate files under `coverage/` and open `coverage/index.html` in your browser:

```
composer test-coverage-html

```

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 98.6% 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 ~26 days

Recently: every ~1 days

Total

28

Last Release

30d ago

PHP version history (2 changes)1.0.0PHP ^8.2

1.10.1PHP ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45240543?v=4)[Mantas](/maintainers/mantax559)[@mantax559](https://github.com/mantax559)

---

Top Contributors

[![mantax559](https://avatars.githubusercontent.com/u/45240543?v=4)](https://github.com/mantax559 "mantax559 (136 commits)")[![upyna](https://avatars.githubusercontent.com/u/235079571?v=4)](https://github.com/upyna "upyna (2 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mantax559-laravel-translations/health.svg)

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

###  Alternatives

[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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