PHPackages                             delta-solutions/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. delta-solutions/translations

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

delta-solutions/translations
============================

Store your spatie/laravel-translation-loader powered translations in columns instead of in a json field

1.2(1y ago)241MITPHPPHP ^7.2|^8.0|^8.1

Since Apr 7Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

[![Translations](https://camo.githubusercontent.com/51ce2890548b3ff4092927f470c54497d7f3b1fe240f75cdd0a10b19e2139d72/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f7472616e736c6174696f6e732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d64656c74612d736f6c7574696f6e732532467472616e736c6174696f6e73267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d53746f72652b796f75722b7370617469652532466c61726176656c2d7472616e736c6174696f6e2d6c6f616465722b706f77657265642b7472616e736c6174696f6e732b696e2b636f6c756d6e732b696e73746561642b6f662b696e2b612b6a736f6e2b6669656c64266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d666c6167267769647468733d6175746f)](https://camo.githubusercontent.com/51ce2890548b3ff4092927f470c54497d7f3b1fe240f75cdd0a10b19e2139d72/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f7472616e736c6174696f6e732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d64656c74612d736f6c7574696f6e732532467472616e736c6174696f6e73267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d53746f72652b796f75722b7370617469652532466c61726176656c2d7472616e736c6174696f6e2d6c6f616465722b706f77657265642b7472616e736c6174696f6e732b696e2b636f6c756d6e732b696e73746561642b6f662b696e2b612b6a736f6e2b6669656c64266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d666c6167267769647468733d6175746f)

[![Latest Version on Packagist](https://camo.githubusercontent.com/16a8ac4643d55e640855198b17803b61361a591ae961c3b4679fb650178cce0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656c74612d736f6c7574696f6e732f7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delta-solutions/translations)[![Total Downloads](https://camo.githubusercontent.com/d862e35efc7c12fd07c4404581e1f2f8a54988d3e6577f72b03098a88c3e41ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656c74612d736f6c7574696f6e732f7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delta-solutions/translations)

Translations in columns loader
==============================

[](#translations-in-columns-loader)

This package provides a migration and a model to extend the spatie/laravel-translation-loader so you can store your translations in columns instead of one json field. One column per locale.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require delta-solutions/translations
```

Follow the installation steps as explained in the Spatie docs

Define the locales in the `translation-loader.php` config file, one locale per database column. This is used in the migration to create the database fields.

```
 'locales' => ['nl', 'fr', 'en', 'de', 'es']

```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="translations-migrations"
php artisan migrate
```

This will create the fields in your database as specified in the locales array

[![example of table](https://github.com/Delta-Solutions/assets/raw/main/translations/table_example.png)](https://github.com/Delta-Solutions/assets/blob/main/translations/table_example.png)

Use the model from this package as the model for the spatie/laravel-translation-loader. This is configured via the `model` in the config. Change it to

```
 'model' => DeltaSolutions\Translations\Models\LanguageLine::class,

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andreas](https://github.com/Delta-Solutions)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 86.4% 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 ~76 days

Recently: every ~172 days

Total

10

Last Release

444d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.0.3PHP ^7.2|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a5498402f8114208ae9befe10cb82ea43e33e256ce22c96ff0ec97cb6c87fc5?d=identicon)[dietercoopman](/maintainers/dietercoopman)

---

Top Contributors

[![dietercoopman](https://avatars.githubusercontent.com/u/4672752?v=4)](https://github.com/dietercoopman "dietercoopman (19 commits)")[![andreaslauwers1](https://avatars.githubusercontent.com/u/130059758?v=4)](https://github.com/andreaslauwers1 "andreaslauwers1 (3 commits)")

---

Tags

laraveltranslationslaraveltranslationsDelta-Solutions

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/delta-solutions-translations/health.svg)

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

###  Alternatives

[askdkc/breezejp

Laravel Starter Kit (Livewire+Breeze+Laravel UI+Jetstream)や標準のバリデーションメッセージを全て一瞬で日本語化し、言語切替機能も提供するパッケージです / This package provides all-in-one Japanese translation for Laravel StarterKit (Livewire StarterKit, Breeze, Laravel UI and Jetstream) packages and validation messages with language switching feature.

590244.8k1](/packages/askdkc-breezejp)[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

80687.6k](/packages/outhebox-laravel-translations)[statikbe/laravel-filament-chained-translation-manager

A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator.

92108.7k](/packages/statikbe-laravel-filament-chained-translation-manager)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[elegantly/laravel-translator

All on one translations management for Laravel

6216.9k](/packages/elegantly-laravel-translator)[andrewdwallo/transmatic

Automate and streamline real-time text translations in your Laravel applications

5511.6k](/packages/andrewdwallo-transmatic)

PHPackages © 2026

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