Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laminas Translator Laravel Package

laminas/laminas-translator

Laminas Translator provides message translation for PHP apps, supporting multiple locales, pluralization, and translation files like gettext and PHP arrays. Includes adapters, loaders, and integration helpers to localize UI text cleanly across modules.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
laminas/laminas-i18n 0.90 Internationalization tools for Laminas applications, including locale-aware translation, formatting, and pluralization support. Helps build multilingual PHP apps with proper locale handling and integration with Laminas MVC and services. 77 79 38 764K 17 36.3 74.5 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
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
View on GitHub
Context7
laminas/laminas-serializer 0.86 Laminas Serializer provides a flexible way to serialize and unserialize PHP data using multiple adapters (e.g., PHP serialize, JSON, Base64). Includes configuration options, adapter plugins, and error handling for safe, consistent data transformation. 34 34 21 123K 1 24.5 58.5 BSD-3-Clause 1 month ago
View on GitHub
Context7
laminas/laminas-loader 0.85 Abandoned Laminas component that provided autoloading and plugin loading utilities for PHP applications. No further development is planned; check Laminas TSC minutes for details and consider migrating to supported alternatives. 28 27 14 831K 0 7.3 44.8 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-session 0.85 Session-based cache storage adapter for Laminas Cache. Stores cached items in PHP sessions, useful for per-user caching and small transient data. Integrates with Laminas\Cache\Storage; suitable for apps already relying on session state. 4 4 4 20K 1 3.4 51.2 BSD-3-Clause 2 years ago
View on GitHub
Context7
php-translation/translator 0.85 25 25 16 977 9 5.2 23.9 MIT 5 years ago
View on GitHub
Context7
laminas/laminas-diagnostics 0.84 Run health checks for your PHP/Laminas apps and environments. laminas-diagnostics provides diagnostic tests and reporting for common issues, with an extensible API for custom checks and CI-friendly output. 83 83 34 120K 3 25.6 53.0 BSD-3-Clause 3 months ago
View on GitHub
Context7
zendframework/zend-i18n 0.84 Zend\I18n provides a full translation suite for PHP/Zend Framework: supports major translation formats, pluralization, and text domains. Translator is mostly dependency-free, using the Intl extension only for default locale fallback. Repository abandoned; moved to laminas/laminas-i18n. 63 69 45 47K 12 4.4 30.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
yiisoft/translator-message-php 0.84 PHP message source for Yii Translator that loads translations from PHP files (arrays). Lightweight, fast, and easy to structure by categories/locales, making it simple to manage message catalogs and integrate file-based i18n into your app. 14 14 10 14K 0 11.0 BSD-3-Clause 6 months ago
View on GitHub
Context7
laminas/laminas-filter 0.84 A collection of reusable data filters for PHP apps. Provides string and numeric normalization, file and HTML filters, and a plugin manager to compose filter chains. Useful for sanitizing and transforming input consistently across Laminas and other frameworks. 95 95 37 780K 2 20.3 59.4 BSD-3-Clause 6 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-blackhole 0.84 Blackhole cache adapter for Laminas Cache: accepts writes and discards them, always behaving like a cache miss. Useful for disabling caching, testing, or benchmarking without changing code paths. 2 2 9 42K 2 21.4 63.7 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-hydrator 0.83 Laminas Hydrator provides flexible strategies to hydrate and extract data between objects and arrays. Supports reflection, class methods, naming strategies, and custom hydrators, making it easy to map entities, DTOs, and forms cleanly across your application. 129 132 35 460K 13 34.8 64.1 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-filesystem 0.83 Filesystem storage adapter for laminas-cache. Provides a cache backend that persists items on disk with configurable options and integration with Laminas Cache storage interfaces, suitable for local or shared filesystem caching. 7 7 16 107K 4 22.0 64.4 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-memory 0.83 In-memory cache storage adapter for Laminas Cache. Provides a simple, fast, non-persistent cache for the current PHP process, useful for testing, prototyping, or per-request caching without external services. 4 4 12 81K 1 19.1 62.6 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-stdlib 0.83 Utility components for PHP from the Laminas project: data structures, array and string helpers, hydrators, validators, option objects, and more. A shared toolbox used across Laminas and usable standalone in any PHP application. 237 236 46 2M 8 21.2 61.5 BSD-3-Clause 7 months ago
View on GitHub
Context7
barryvdh/laravel-translation-manager 0.82 1,701 1,709 415 88K 19 57.6 59.8 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
beloop/language 0.82 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
View on GitHub
Context7
laravel-lang/common 0.82 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 216K 0 25.5 49.4 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-translation-loader 0.82 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
View on GitHub
Context7
laminas/laminas-uri 0.81 Laminas URI provides a robust, standards-aware way to parse, validate, build, and manipulate URIs/URLs in PHP. It handles components like scheme, host, port, path, query, and fragment, with helpers for normalization and safe encoding. 38 39 14 875K 0 13.4 60.1 BSD-3-Clause 6 months ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium