|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beloop/language | 0.92 | Laravel package for handling application languages and localization: manage available languages, switch the current locale, and provide helpers/middleware for language detection and routing. Lightweight setup for multilingual sites and dashboards. | 0 | 0 | 0 | 0 | 0 | 1.4 | — | — | 6 years ago | |
| binsoul/common-i18n | 0.91 | Common i18n utilities for PHP applications. Provides lightweight helpers for working with translations and locales, aiming to reduce boilerplate around internationalization in shared code across projects. | 1 | 1 | 0 | 1 | 0 | 0.0 | 2.4 | MIT | — | |
| cyberspectrum/i18n | 0.91 | Internationalization helpers for PHP: provides message translation utilities, locale handling, and i18n-related tooling to integrate multilingual text into your application or library. Useful for managing localized strings and adapting output by language and region. | 0 | 0 | 2 | 30 | 0 | 0.3 | 20.6 | MIT | — | |
| astrotomic/laravel-translatable | 0.90 | Laravel package for translatable Eloquent models. Store model translations in the database and automatically fetch/save multilingual attributes based on locale, reducing boilerplate when working with multi-language content. | 1,411 | 1,423 | 177 | 191K | 28 | 47.1 | 45.4 | MIT | 2 months ago | |
| latevaweb/laravel-translatable | 0.90 | Add translatable Eloquent attributes backed by a Translations database table. Use a Translatable trait to set/get per-locale values, auto-resolve attributes by current app locale, and store translations via polymorphic relations. | 0 | 0 | 2 | 5 | 0 | 1.7 | 11.5 | — | 5 years ago | |
| wdes/php-i18n-l10n | 0.90 | — | 4 | 5 | 4 | 3K | 0 | 11.8 | 39.7 | MPL-2.0 | 6 months ago | |
| binsoul/common-i18n-intl | 0.90 | Intl-based i18n helpers for PHP from binsoul/common-i18n. Provides locale-aware formatting and parsing for numbers, currencies, dates/times, and messages via the PHP Intl extension, to simplify building internationalized apps and libraries. | 1 | 1 | 0 | 1 | 0 | 0.0 | 2.4 | MIT | — | |
| cyberspectrum/i18n-xliff | 0.90 | PHP library for working with XLIFF translation files in i18n workflows. Provides parsing and handling utilities to read, write, and manipulate XLIFF data for localization pipelines, helping integrate translators’ files into apps and build processes. | 0 | 0 | 2 | 30 | 1 | 0.4 | 0.4 | MIT | — | |
| yiisoft/translator | 0.90 | Yii Translator provides a clean abstraction for message translation in PHP apps, with support for multiple message categories, locales, and fallback logic. Integrates with Yii components to load, format, and return translated strings consistently across your project. | 26 | 26 | 10 | 23K | 10 | 17.4 | 46.7 | BSD-3-Clause | 6 months ago | |
| novius/laravel-translatable | 0.89 | Make Laravel Eloquent models translatable using locale and locale_parent_id. Includes migration macro, Translatable trait, relations for translations (with/without soft-deleted), translate() and getTranslation(), plus withLocale() query scope. Supports Laravel 10–13, PHP 8.2–8.5. | 0 | 0 | 1 | 959 | 0 | 22.0 | 48.1 | AGPL-3.0 | 4 weeks ago | |
| spatie/laravel-translatable | 0.89 | Adds a HasTranslations trait to Eloquent models to store translations as JSON in the same table (no extra tables). Define translatable attributes via PHP attribute or $translatable, then set/get translations per locale and auto-resolve by app locale. | 2,444 | 2,464 | 297 | 1M | 0 | 49.1 | 42.1 | MIT | 1 month ago | |
| laravel-lang/models | 0.89 | Adds localized names and attributes for Laravel Eloquent models via Laravel Lang. Plug-and-play translations for model labels across multiple languages to improve UI, validation messages, and admin panels. Install with composer and follow the docs for setup. | 7 | 7 | 4 | 201K | 0 | 22.6 | 63.1 | MIT | 2 months ago | |
| laravel-lang/common | 0.89 | Shared utilities for the Laravel Lang ecosystem: common helpers, contracts, and tooling used across translation and localization packages. Provides reusable building blocks to keep language resources consistent, maintainable, and easy to integrate into Laravel apps. | 156 | 158 | 9 | 214K | 0 | 25.3 | 49.2 | MIT | 2 months ago | |
| niels-numbers/laravel-localizer | 0.89 | Locale-aware routing for Laravel with static, route:cache-ready localized routes. Auto-detects language, redirects to prefixed URLs, and resolves route() to the correct locale. Successor to mcamara/laravel-localization. | 16 | 14 | 2 | 1K | 0 | 23.9 | 30.4 | MIT | 1 week ago | |
| mcamara/laravel-localization | 0.88 | Laravel localization package for i18n: detect locale from browser, redirect and persist locale via session/cookie, define routes once with localized URL prefixes and translatable routes, optional hiding of default locale, plus helpers like language selectors. | 3,560 | 3,596 | 516 | 172K | 28 | 67.7 | 41.6 | MIT | 2 months ago | |
| cakephp/i18n | 0.88 | CakePHP I18n library for localization: set the current locale, load/organize PO translation bundles, and translate messages with ICU formatting. Includes Time and Number helpers to format dates, currencies, and numeric output per locale. | 28 | 28 | 4 | 3K | 0 | 0.3 | 28.5 | NOASSERTION | — | |
| fevrok/laravel-translatable | 0.88 | — | 70 | 71 | 6 | 0 | 0 | 0.9 | — | MIT | 4 years ago | |
| yiisoft/i18n | 0.85 | Yii i18n provides lightweight internationalization utilities for PHP: a BCP 47 Locale value object to parse and modify locale parts, build locale strings, and derive fallbacks, plus a stateful LocaleProvider service for managing the current and default locale. | 0 | 27 | — | 25K | — | 12.3 | 43.8 | — | — | |
| chinleung/laravel-multilingual-routes | 0.83 | Register multilingual Laravel routes from a single definition. Automatically generates locale-prefixed URLs based on configured locales, with optional default-locale prefixing. Includes middleware to detect request locale and switch the app locale accordingly. | 446 | 446 | 26 | 6K | 5 | 30.9 | 19.4 | MIT | 2 months ago | |
| mariuzzo/laravel-js-localization | 0.82 | Export Laravel translation files to JavaScript. Generate a JS bundle (with Lang.js) via artisan to use familiar Laravel-style trans() and pluralization on the frontend. Supports Laravel 4.2 through 8.x, with options to choose files and output path. | 606 | 609 | 170 | 65K | 14 | 37.4 | 41.5 | MIT | 2 months ago |
How can I help you explore Laravel packages today?