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

2.0.0(2d ago)315.9k↓52.2%[1 PRs](https://github.com/hyperlinkgroup/linguist-package/pulls)MITPHPPHP ^8.3CI failing

Since Mar 1Pushed 2mo 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 yesterday

READMEChangelog (5)Dependencies (28)Versions (9)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

52

—

FairBetter than 96% of packages

Maintenance92

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~212 days

Total

7

Last Release

2d ago

Major Versions

v0.3.0 → 1.0.02026-06-30

1.0.0 → 2.0.02026-07-01

PHP version history (2 changes)v0.1PHP ^8.1

2.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/133309?v=4)[Xiaoxin Lu](/maintainers/hyperlink)[@hyperlink](https://github.com/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

87512.0M164](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k90](/packages/nativephp-mobile)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[elegantly/laravel-translator

All on one translations management for Laravel

6333.1k](/packages/elegantly-laravel-translator)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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