codebuglab/laravel-go-translate
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| artryazanov/artisan-translator | 0.91 | Artisan Translator streamlines Laravel localization: extracts raw text from Blade templates into translation keys, translates with Google Gemini in batches, preserves HTML/placeholders, and cleans unused language keys. Supports Laravel 11/12, PHP 8.2+. | 1 | 2 | 0 | 46 | 0 | 13.9 | 21.0 | MIT | 5 months ago | |
| devwizardhq/laravel-localizer | 0.91 | — | 7 | 7 | 0 | 261 | 0 | 22.0 | 24.8 | MIT | 6 days ago | |
| laravel-lang/status-generator | 0.90 | Dev-only Laravel Lang tool to create missing locales and download/copy translation files from Laravel, framework, Jetstream and more. Includes CLI commands for generating locale stubs, fetching zips by version, and copying lang paths with optional key lookup. | 4 | 4 | 3 | 27K | 0 | 29.8 | 60.5 | MIT | 5 days ago | |
| guidocella/laravel-multilingual | 0.90 | Laravel package for building multilingual apps: defines per-locale routes and URLs, integrates language switching and detection, and helps translate paths for localized navigation. Lightweight setup for Laravel projects needing clean locale-aware routing. | 2 | 2 | 0 | 0 | 0 | 18.9 | — | MIT | 2 months ago | |
| cyberspectrum/i18n | 0.90 | 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 | — | |
| php-translation/translator | 0.90 | — | 25 | 25 | 16 | 909 | 9 | 5.2 | 23.9 | MIT | 5 years ago | |
| google/cloud-translate | 0.90 | Idiomatic PHP client for Google Cloud Translation. Supports V2 (handwritten) and V3 (generated) APIs to translate text, detect language, and manage datasets/models. Auth via Google Cloud credentials; install with Composer for easy integration. | 203 | 208 | 22 | 465K | 0 | 27.8 | 53.0 | Apache-2.0 | 3 days ago | |
| vinkla/translator | 0.90 | — | 273 | 278 | 28 | 695 | 0 | 5.6 | 5.4 | MIT | 7 years ago | |
| stevegrunwell/lost-in-translation | 0.89 | — | 36 | 36 | 8 | 398 | 8 | 3.2 | 18.0 | MIT | 8 years ago | |
| yiisoft/translator | 0.89 | 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 | 26K | 10 | 16.3 | 48.2 | BSD-3-Clause | 6 months 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 | 213K | 0 | 21.4 | 62.5 | MIT | 3 months ago | |
| laravel-lang/publisher | 0.89 | Laravel Lang Publisher lets you publish and manage Laravel Lang translation files in your app. Install as a dev dependency and use it to keep localization resources organized and up to date with the Laravel Lang ecosystem. | 216 | 216 | 25 | 431K | 0 | 25.7 | 51.5 | MIT | 3 months ago | |
| edulazaro/laratext | 0.89 | Laratext manages and auto-translates Laravel text strings by using both key and text for readable, stable translations. Includes @text directive and text() helper, scans/updates language files, and supports OpenAI, Google Translate, and more. | 76 | 76 | 7 | 604 | 0 | 23.6 | 15.2 | MIT | 1 month ago | |
| bit-mx/statamic-translate-lang-files | 0.88 | Edit Laravel/Statamic language files from the Statamic Control Panel. Browse locales and lang groups, update keys, save back to lang/{locale}/*.php, sync missing keys from a reference locale, optionally refresh caches, invalidate OPcache, and auto-commit to Git. | 0 | 0 | 0 | 1 | 0 | 18.2 | 4.8 | MIT | 1 month ago | |
| laravel-lang/lang | 0.87 | Community-maintained localization files for Laravel. Install via Composer to add and update translations for Laravel’s core messages across many locales, with curated language packs and ongoing updates from the Laravel Lang project. | 7,779 | 7,801 | 2,963 | 320K | 0 | 74.6 | 26.5 | MIT | 1 week ago | |
| gettext/translator | 0.87 | Lightweight PHP translation layer for gettext/gettext. Use Translator to load PHP array translations without the native gettext extension, or GettextTranslator to leverage the extension with the same API. Includes global helper functions for template-friendly __(). | 11 | 13 | 4 | 174K | 0 | 22.5 | 65.0 | MIT | 2 days ago | |
| dejurin/php-google-translate-for-free | 0.87 | PHP library providing a free, unofficial Google Translate client. Translate text between languages without API keys by scraping the web translate endpoint; simple usage for quick translations, though it may break if Google changes and isn’t suitable for heavy production use. | 138 | 139 | 47 | 1K | 0 | 2.4 | 14.0 | MIT | 8 years ago | |
| astrotomic/laravel-translatable | 0.85 | 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,412 | 1,424 | 177 | 187K | 28 | 46.1 | 45.9 | MIT | 2 months ago | |
| bonnier/laravel-translation-provider | 0.85 | Fetches translation strings from a Translation Manager and exposes them to Laravel via a BTrans::translate() helper plus artisan commands to add, update, delete, and sync translations. Configure service ID and manager URL via .env/services.php. | 0 | 0 | 0 | 0 | 0 | 2.4 | — | — | 8 years ago | |
| flobbos/laravel-translatable-db | 0.83 | Store model translations in a dedicated database table with Laravel. flobbos/laravel-translatable-db adds a simple translatable trait, helpers, and query support so you can persist and retrieve localized fields cleanly without JSON columns. | 5 | 5 | 0 | 28 | 0 | 5.4 | 10.4 | NOASSERTION | 6 years ago |
How can I help you explore Laravel packages today?