PHPackages                             hyperlinkgroup/linguist - 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. hyperlinkgroup/linguist

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

hyperlinkgroup/linguist
=======================

A package to manage your translation files from Linguist

v0.3.0(3mo ago)213.0k↓32.8%[1 PRs](https://github.com/hyperlinkgroup/linguist-package/pulls)MITPHPPHP ^8.1CI failing

Since Mar 1Pushed 1mo agoCompare

[ Source](https://github.com/hyperlinkgroup/linguist-package)[ Packagist](https://packagist.org/packages/hyperlinkgroup/linguist)[ Docs](https://github.com/hyperlinkgroup/linguist)[ RSS](/packages/hyperlinkgroup-linguist/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (13)Versions (7)Used By (0)

Linguist Connector for Laravel
==============================

[](#linguist-connector-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a08746a2e78dc27810503438c13c77219d4df2d1d7ed8e7f84382ba0d8b0cf04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68797065726c696e6b67726f75702f6c696e67756973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hyperlinkgroup/linguist)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7472d85a39b3bc62816555a769136f6a7be5673c1bfa827cf67def62cc5ea97e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68797065726c696e6b67726f75702f6c696e67756973742d7061636b6167652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hyperlinkgroup/linguist/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f52cf76d7468cacaa0203195515494122fa59b78cae495746f1e5fe4ecbbf476/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68797065726c696e6b67726f75702f6c696e67756973742d7061636b6167652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/hyperlinkgroup/linguist/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6eeeaf4bd55529349e778457024fbd4364419488a6ca042036e8b45007a184a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68797065726c696e6b2f6c696e67756973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hyperlink/linguist)

A package to help you download your language files from [Linguist](https://app.linguist.eu) — A better way to manage you language files.

[![linguist-package-header](./art/header.jpg)](./art/header.jpg)

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

[](#installation)

You can install the package via composer:

```
composer require hyperlinkgroup/linguist
```

You can publish the config file with:

```
php artisan vendor:publish --tag="linguist-config"
```

This is the contents of the published config file:

```
return [
	/*
	 |--------------------------------------------------------------------------
	 | Linguist API URL
	 |--------------------------------------------------------------------------
	 */
	'url' => env('LINGUIST_URL', 'https://api.linguist.eu/'),

	/*
	 |--------------------------------------------------------------------------
	 | Linguist Project Slug
	 |--------------------------------------------------------------------------
	 */
	'project' => env('LINGUIST_PROJECT', ''),

	/*
	 |--------------------------------------------------------------------------
	 | Linguist API Token
	 |--------------------------------------------------------------------------
	 */
	'token' => env('LINGUIST_TOKEN', ''),

	/*
	 |--------------------------------------------------------------------------
	 | Temporary Directory for Translations while processing
	 |--------------------------------------------------------------------------
	 */
	'temporary_directory' => 'tmp/translations',
];
```

Usage
-----

[](#usage)

```
\Hyperlinkgroup\Linguist\Linguist::handle();
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance85

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~176 days

Total

5

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69b181264e5c9a7d89c80721247a92aae0cf9a970e65e55a31cb77cc62546e1d?d=identicon)[hyperlink](/maintainers/hyperlink)

---

Top Contributors

[![Katalam](https://avatars.githubusercontent.com/u/39590058?v=4)](https://github.com/Katalam "Katalam (6 commits)")[![kaiserkiwi](https://avatars.githubusercontent.com/u/8428551?v=4)](https://github.com/kaiserkiwi "kaiserkiwi (3 commits)")

---

Tags

i18nlaravellaravel-packagephplaravellinguistHyperlinkgroup

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/hyperlinkgroup-linguist/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[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)[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)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)

PHPackages © 2026

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