overtrue/pinyin
Convert Chinese characters to Pinyin in PHP/Laravel. overtrue/pinyin supports full pinyin, initials, tone options, segmentation, and custom dictionaries—ideal for search indexing, sorting, slugs, and transliteration in web apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| diglin/oro-deepl | 0.80 | — | 2 | 2 | 0 | 0 | 0 | 0.6 | — | MIT | 3 years ago | |
| edulazaro/laratext | 0.79 | 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 | |
| cyberspectrum/i18n-xliff | 0.79 | 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 | — | |
| binsoul/common-i18n | 0.79 | 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 | — | |
| artryazanov/artisan-translator | 0.79 | 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 | 34 | 0 | 15.1 | 19.3 | MIT | 4 months ago | |
| weglot/translation-definitions | 0.79 | Laravel package providing translation definitions for Weglot integrations—helpers and configuration to manage translation keys, mapping, and defaults in a consistent way across your app. Useful for standardizing multilingual content handling with Weglot. | 0 | 0 | — | 73 | — | 0.0 | 25.9 | — | — | |
| codebuglab/laravel-go-translate | 0.79 | — | 34 | 35 | 4 | 0 | 0 | 2.1 | — | MIT | 4 years ago | |
| edeoliv/gpt-translate | 0.79 | Laravel package to generate and translate JSON language files using OpenAI ChatGPT. Scans PHP/JS/TS/Vue for __(), @lang(), trans(), etc., builds a base locale, then translates to other languages with optional context, exclusions, and model selection. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 1 year ago | |
| cyberspectrum/i18n | 0.79 | 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 | — | |
| hekmatinasser/notowo | 0.78 | Laravel package for converting numbers to Persian (Farsi) and Arabic words. Includes helpers for spelling out amounts (e.g., in invoices), formatting digits, and handling different locales/scripts for readable, localized output. | 32 | 32 | 4 | 6K | 0 | 0.3 | — | MIT | 8 years ago | |
| yiisoft/translator | 0.78 | 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 | |
| prinsfrank/transliteration | 0.78 | 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). | 9 | 9 | 1 | 892 | 0 | 1.9 | 27.0 | MIT | 2 years ago | |
| cakephp/i18n | 0.78 | 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 | — | |
| laravel-lang/status-generator | 0.78 | 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 | 4 | 31K | 0 | 28.0 | 60.7 | MIT | 1 month ago | |
| guidocella/laravel-multilingual | 0.78 | 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 | |
| nanopkg/laravel-bangla-text-converter | 0.77 | Laravel package to convert Bengali text between Unicode and Bijoy encodings. Use the BanglaTextConverter facade to quickly transform strings (toBijoy/toUnicode) in your app, with simple Composer install and test support. | 0 | 10 | — | 0 | — | 2.1 | 0.8 | — | — | |
| beloop/language | 0.77 | 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 | |
| laravel-lang/publisher | 0.77 | 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 | 405K | 0 | 27.4 | 51.9 | MIT | 2 months ago | |
| flobbos/laravel-translatable-db | 0.77 | 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 | 6 | 0 | 5.4 | 4.2 | NOASSERTION | 6 years ago | |
| burxon/letter-exchange | 0.76 | Laravel/PHP package to transliterate between Cyrillic and Latin alphabets. Convert Cyrillic letters to Latin or Latin back to Cyrillic for consistent slugs, search, and text normalization. Install via Composer: burxon/letter-exchange. | 1 | 1 | 0 | 2 | 0 | 0.0 | 4.2 | — | — |
How can I help you explore Laravel packages today?