PHPackages                             axn/laravel-common-languages-terms - 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. axn/laravel-common-languages-terms

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

axn/laravel-common-languages-terms
==================================

Provides a set of common language terms for Laravel.

03.5kPHP

Since Feb 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/AXN-Informatique/laravel-common-languages-terms)[ Packagist](https://packagist.org/packages/axn/laravel-common-languages-terms)[ RSS](/packages/axn-laravel-common-languages-terms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel common languages terms
==============================

[](#laravel-common-languages-terms)

Provides a set of common language terms for Laravel.

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

[](#installation)

Install through composer:

```
composer require axn/laravel-common-languages-terms
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider to the array of providers in `config/app.php`:

```
// config/app.php

'provider' => [
    //...
    Axn\LaravelCommonLanguagesTerms\ServiceProvider::class,
    //...
];
```

Usage
-----

[](#usage)

You can access to the translations of this package in this way:

```
trans('common::{file}.{key}')
```

Where "{file}" is the translation file name and where "{key}" is the key in that file.

Look in the files in the "terms" directory of the package to better understand..

For example, for the delete action:

```
trans('common::action.delete')
```

Or for the title of a button "back to the list":

```
trans('common::back.list')
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/121384f0b2f969c933a358bb40d5cf97c85558c328e9778cb9bb60f3c6302379?d=identicon)[axn](/maintainers/axn)

---

Top Contributors

[![forxer](https://avatars.githubusercontent.com/u/407917?v=4)](https://github.com/forxer "forxer (66 commits)")[![Sai-real](https://avatars.githubusercontent.com/u/93660581?v=4)](https://github.com/Sai-real "Sai-real (3 commits)")[![axninfo](https://avatars.githubusercontent.com/u/4569482?v=4)](https://github.com/axninfo "axninfo (2 commits)")[![lgtaxn](https://avatars.githubusercontent.com/u/23211553?v=4)](https://github.com/lgtaxn "lgtaxn (1 commits)")

### Embed Badge

![Health badge](/badges/axn-laravel-common-languages-terms/health.svg)

```
[![Health](https://phpackages.com/badges/axn-laravel-common-languages-terms/health.svg)](https://phpackages.com/packages/axn-laravel-common-languages-terms)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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