PHPackages                             nta/messages - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nta/messages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nta/messages
============

core base messages

1.2(4y ago)07MITPHP

Since Aug 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hauntnta/messages)[ Packagist](https://packagist.org/packages/nta/messages)[ RSS](/packages/nta-messages/feed)WikiDiscussions master Synced 1w ago

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

Laravel Messages
================

[](#laravel-messages)

library that provides multilingual export from specified file

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

[](#installation)

### Composer

[](#composer)

require maatwebsite/excel &gt;= ^3.1

```
$ composer require nta/messages
```

### Laravel

[](#laravel)

In your `config/app.php` add `DevNta\Messages\NtaMessageProvider::class` to the end of the providers array:

### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="DevNta\Messages\NtaMessageProvider" --tag="config"
```

### Other Config

[](#other-config)

#### Use Lang

[](#use-lang)

The default configuration of 2 languages is **English** and **Japanese**, if you want to add other languages, please add `languages` array of config `nta_message.php`.

#### Set name sheet of file for import each file

[](#set-name-sheet-of-file-for-import-each-file)

```
'sheet' => [
    'language' => [
        'common',
        'login',
        'forget_password',
        'reset_password',
        'user_info',
        'account',
        'bank_account',
        'gender',
        'title_signboard',
        'guide_signboard',
        'owner',
        'partner',
        'message',
        'modal_confirm',
    ],
    'validation' => ['validation']
    ```
]
```

#### Url file import

[](#url-file-import)

if you don't want to use angular file of library, please setting `path_url_file` in file config `nta_message.php`

### Start import command

[](#start-import-command)

```
php artisan nta-message:generate
```

> ***If success:*** The import process has been completed.

> ***If failure:*** Import failed.

### Publish lang

[](#publish-lang)

```
php artisan vendor:publish --provider="DevNta\Messages\NtaMessageProvider" --tag="lang"
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

1736d ago

### Community

Maintainers

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

---

Top Contributors

[![haunitrotech](https://avatars.githubusercontent.com/u/62228597?v=4)](https://github.com/haunitrotech "haunitrotech (5 commits)")

### Embed Badge

![Health badge](/badges/nta-messages/health.svg)

```
[![Health](https://phpackages.com/badges/nta-messages/health.svg)](https://phpackages.com/packages/nta-messages)
```

###  Alternatives

[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[konnco/filament-import

241243.2k2](/packages/konnco-filament-import)[simonhamp/laravel-nova-csv-import

A fully-fledged CSV import tool for Laravel Nova.

167433.3k](/packages/simonhamp-laravel-nova-csv-import)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[arm092/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

2953.8k](/packages/arm092-livewire-datatables)[team-nifty-gmbh/tall-datatables

A package to create datatables using alpinejs, tailwind, livewire and laravel

1217.2k1](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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