illuminate/translation
Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| php-translation/translator | 0.89 | — | 25 | 25 | 16 | 977 | 9 | 5.2 | 23.9 | MIT | 5 years ago | |
| illuminate/http | 0.89 | Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly. | 119 | 131 | 38 | 575K | 0 | 1.8 | 50.8 | MIT | — | |
| php-translation/symfony-bundle | 0.88 | Symfony bundle for the PHP Translation library. Integrates translation management, storage, and workflows into Symfony apps, with services and console tooling to import/export translations and keep locale files in sync across providers. | 325 | 326 | 94 | 36K | 51 | 47.8 | 52.8 | MIT | 3 weeks ago | |
| illuminate/view | 0.87 | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 140 | 50 | 684K | 0 | 2.2 | 51.4 | MIT | — | |
| binsoul/common-i18n | 0.87 | 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 | — | |
| outhebox/laravel-translations | 0.87 | — | 811 | 809 | 114 | 4K | 0 | 33.2 | 12.7 | MIT | 1 month ago | |
| yiisoft/translator | 0.87 | 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 | |
| illuminate/console | 0.86 | Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation. | 130 | 137 | 28 | 596K | 0 | 1.5 | 50.5 | MIT | — | |
| spatie/laravel-translation-loader | 0.86 | Store Laravel/Lumen translation strings in the database while keeping the familiar __() helper. Mix file and DB translations; DB values override files. Extendable to other translation sources via custom providers. | 843 | 845 | 92 | 107K | 0 | 30.6 | 32.8 | MIT | 3 months ago | |
| novius/laravel-translatable | 0.86 | 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 | 3 weeks ago | |
| spatie/laravel-translatable | 0.86 | 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 | |
| illuminate/collections | 0.85 | Illuminate Collections provides a fluent, chainable API for working with arrays and iterables in PHP. Includes Collection and LazyCollection with powerful mapping, filtering, grouping, sorting, and higher-order operations, used widely across Laravel and standalone projects. | 270 | 290 | 47 | 2M | 0 | 2.8 | 53.5 | MIT | — | |
| illuminate/container | 0.85 | Illuminate Container is Laravel’s lightweight dependency injection container for resolving classes, managing bindings, singletons, contextual dependencies, and automatic constructor injection. It powers service resolution and inversion of control in Laravel apps and packages. | 311 | 324 | 59 | 1M | 0 | 3.3 | 49.8 | MIT | — | |
| richan-fongdasen/laravel-i18n | 0.85 | — | 0 | 13 | — | 1K | — | 5.6 | 26.5 | — | — | |
| illuminate/pipeline | 0.85 | Illuminate Pipeline provides a simple, fluent way to send an object through a series of pipes (closures or classes) in Laravel. Build customizable middleware-style workflows, transform data step by step, and control the final destination with clean, composable code. | 93 | 95 | 13 | 860K | 0 | 0.9 | 54.7 | MIT | — | |
| illuminate/config | 0.85 | Illuminate Config is Laravel’s configuration repository. It loads and merges config files, lets you read and set values at runtime, supports environment-based defaults, and provides a consistent API for accessing app settings across services and packages. | 109 | 117 | 11 | 590K | 0 | 0.9 | 51.5 | MIT | — | |
| illuminate/support | 0.84 | — | 582 | 629 | 157 | 2M | 0 | 7.6 | 48.5 | MIT | — | |
| illuminate/auth | 0.84 | Laravel’s authentication component providing guards, user providers, password hashing, “remember me” services, and authorization gates. Powers login/session auth and integrates with HTTP middleware and the framework’s auth configuration. | 93 | 104 | 42 | 268K | 0 | 1.7 | 48.0 | MIT | — | |
| illuminate/contracts | 0.84 | Laravel’s core contract interfaces for frameworks and packages. Provides stable abstractions for services like cache, queue, events, routing, validation, and more, enabling clean dependency injection and easy swapping of implementations across the ecosystem. | 706 | 713 | 83 | 2M | 0 | 6.1 | 48.6 | MIT | — |
How can I help you explore Laravel packages today?