prinsfrank/transliteration
Typed PHP 8.1+ wrapper around ICU Transliterator. Build transliterators with strict, documented arguments instead of opaque rule strings, plus ready-to-use conversion sets for common transformations (e.g., names/addresses, identity verification, multi-language support).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beloop/language | 0.87 | 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 | |
| fevrok/laravel-translatable | 0.86 | — | 70 | 71 | 6 | 0 | 0 | 0.9 | — | MIT | 4 years ago | |
| wdes/php-i18n-l10n | 0.86 | — | 4 | 5 | 4 | 4K | 0 | 9.4 | 41.4 | MPL-2.0 | 8 months ago | |
| laravel-lang/models | 0.86 | 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 | 231K | 0 | 20.1 | 61.9 | MIT | 4 months ago | |
| yiisoft/strings | 0.86 | Yii Strings provides fast, multibyte-safe string utilities for PHP: StringHelper and NumericHelper, Inflector (pluralize, slug), wildcard pattern matching, and optimized combined regex matching with optional memoization. | 49 | 51 | 19 | 90K | 4 | 11.0 | 48.3 | BSD-3-Clause | 8 months ago | |
| novius/laravel-translatable | 0.86 | Make Laravel Eloquent models translatable using locale and locale_parent_id fields. Provides migration macro, Translatable trait with translations relations (incl. soft-deleted), translate/getTranslation helpers, and withLocale query scope. Supports Laravel 10–13, PHP 8.2–8.5. | 0 | 0 | 1 | 341 | 0 | 18.6 | 39.8 | AGPL-3.0 | 2 months ago | |
| laravel-lang/publisher | 0.86 | 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. | 218 | 218 | 25 | 498K | 0 | 23.4 | 51.5 | MIT | 4 months ago | |
| laravel-lang/status-generator | 0.86 | 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.5 | 60.5 | MIT | 1 month ago | |
| flobbos/laravel-translatable-db | 0.85 | 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 | 38 | 0 | 24.2 | 13.9 | NOASSERTION | 1 month ago | |
| laravel-lang/common | 0.85 | 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. | 160 | 159 | 9 | 249K | 1 | 22.1 | 48.8 | MIT | 4 months ago | |
| stevegrunwell/lost-in-translation | 0.85 | — | 36 | 36 | 8 | 330 | 8 | 3.2 | 17.0 | MIT | 8 years 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 | |
| binsoul/common-i18n-intl | 0.85 | 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 | 116 | 0 | 0.0 | 24.6 | MIT | — | |
| vinkla/translator | 0.82 | — | 272 | 278 | 28 | 1K | 0 | 5.6 | 6.7 | MIT | 7 years ago | |
| latevaweb/laravel-translatable | 0.82 | 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 | 1 | 0 | 1.7 | 4.9 | — | 5 years ago | |
| astrotomic/laravel-translatable | 0.81 | 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,421 | 1,432 | 176 | 223K | 28 | 43.8 | 46.2 | MIT | 4 months ago | |
| php-translation/common | 0.79 | Shared contracts and utilities for the PHP Translation ecosystem. Provides common interfaces, models, and helpers used across translation bundles to keep integrations consistent and reduce duplication, making it easier to build and maintain translation features in PHP apps. | 92 | 92 | 7 | 35K | 1 | 4.7 | 35.6 | — | 2 years ago | |
| outhebox/laravel-translations | 0.79 | — | 817 | 817 | 117 | 4K | 1 | 36.3 | 12.8 | MIT | 3 weeks ago | |
| symfony/translation | 0.79 | Symfony Translation component for internationalizing apps: manage translators, message catalogs, pluralization and locales, load translations from arrays/files, and translate strings with parameters and domains. Install via Composer and integrate in Symfony or standalone PHP. | 6,599 | 6,643 | 90 | 16M | 0 | 58.1 | 54.1 | MIT | 1 month ago | |
| php-translation/translator | 0.79 | — | 25 | 25 | 16 | 504 | 9 | 5.2 | 20.5 | MIT | 5 years ago |
How can I help you explore Laravel packages today?