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.6kPHP

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 5d 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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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://avatars.githubusercontent.com/u/1314974?v=4)[Axel Neumann](/maintainers/axn)[@axn](https://github.com/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

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)[saeven/circlical-po-editor

Gettext \*.PO file editor and parser for PHP.

118.1k1](/packages/saeven-circlical-po-editor)

PHPackages © 2026

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