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

Language Detection Laravel Package

patrickschur/language-detection

Detect the language of any text in Laravel/PHP with fast, lightweight language identification. Supports multiple languages, simple API, and easy framework integration—ideal for auto-tagging content, localization workflows, and routing based on user input.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
laravel/agent-detector 0.80 Lightweight PHP/Laravel utility to detect when your code runs inside an AI agent or automated dev environment. Detect via AgentDetector::detect() or detectAgent(), identify known agents like Cursor, Gemini, Codex, Claude, or custom via env vars. 78 78 12 3M 1 20.1 63.0 MIT 2 months ago
View on GitHub
Context7
edulazaro/laratext 0.80 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 553 0 21.2 14.4 MIT 2 months ago
View on GitHub
Context7
laravel-lang/lang 0.80 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,776 7,800 2,955 390K 0 74.7 27.4 MIT 6 days ago
View on GitHub
Context7
laravel-lang/models 0.80 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 3 months ago
View on GitHub
Context7
laravel-lang/common 0.79 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. 159 159 9 249K 0 23.4 49.4 MIT 3 months ago
View on GitHub
Context7
diego182/mobile-detect 0.79 Symfony bundle wrapper for Mobile Detect. Provides auto-configuration and autowiring so you can inject a MobileDetect service into your app to detect mobile/tablet devices from the user agent with minimal setup. 1 1 0 28 0 10.0 17.6 MIT 6 months ago
View on GitHub
Context7
umpirsky/language-list 0.79 Provides language name lists in many locales (ISO-based), ready for PHP apps. Includes localized language names and easy lookup, useful for forms, selectors, and internationalized UIs, with data sourced from standards/CLDR and kept up to date. 554 555 219 15K 2 9.7 19.9 MIT
View on GitHub
Context7
aristonis/laravel-language-switcher 0.79 Auto-detect and switch your Laravel app locale using browser headers, session, or custom detectors. Includes middleware for per-request locale setting, session persistence, optional user profile integration, and a Blade component plus controller route for manual language selection. 0 0 0 0 0 6.1 MIT 9 months ago
View on GitHub
Context7
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 42 0 0.3 22.6 MIT
View on GitHub
Context7
rinvex/languages 0.79 Laravel package to manage languages and locales in your app. Provides database-backed language records, ISO codes, and helpers for storing, retrieving, and listing available languages across projects, with seamless integration into the Rinvex ecosystem. 32 32 15 3K 0 1.0 26.8 MIT
View on GitHub
Context7
php-standard-library/option 0.78 Option type for PHP with Some/None to replace nullable values with explicit presence semantics. Helps avoid null checks, clarifies intent, and models optional data safely. Part of PHP Standard Library; see docs and contributing links. 1 1 0 37K 0 18.8 63.7 MIT 1 month ago
View on GitHub
Context7
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 3 months ago
View on GitHub
Context7
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
View on GitHub
Context7
neitanod/forceutf8 0.77 Fix and normalize mixed-encoded PHP strings. ForceUTF8 converts unknown input (UTF-8, Latin-1/ISO-8859-1, Windows-1252, or mixes) to clean UTF-8, and repairs double-encoded “garbled” text via fixUTF8, with optional iconv flags. 1,633 1,645 358 404K 12 23.8 38.6 7 years ago
View on GitHub
Deep Wiki
Context7
lasserafn/php-string-script-language 0.76 Detect which writing system a string uses with a simple PHP API. Check if text contains Arabic, Latin, Cyrillic, Thai, Han/Chinese, Japanese (Hiragana/Katakana), and many more scripts via boolean helpers like StringScript::isThai($text). 20 22 1 93K 0 1.3 50.4 MIT 2 years ago
View on GitHub
Context7
ergebnis/agent-detector 0.76 Detect the presence of coding agents in your PHP app by checking environment variables. Supports Amp, Antigravity, Augment, Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, and more via a simple Detector::isAgentPresent() API. 16 9 1 3M 1 18.2 63.3 MIT 2 months ago
View on GitHub
Context7
imanghafoori/laravel-nullable 0.75 151 151 10 15K 2 3.1 28.1 MIT 1 year ago
View on GitHub
Context7
djunehor/laravel-grammar 0.73 4 5 3 0 0 3.8 6 years ago
View on GitHub
Context7
onnov/detect-encoding 0.73 Fast Cyrillic text encoding detector for PHP to replace unreliable mb_detect_encoding. Identifies Windows-1251, KOI8-R, ISO-8859-5 (optionally IBM866/MacCyrillic) using code page ranges, with high accuracy even on short strings and very large texts. 22 23 5 114K 1 2.2 51.0 MIT 5 years ago
View on GitHub
Context7
shipfastlabs/agent-detector 0.72 Lightweight Laravel/PHP utility to detect when your code is running inside an AI agent or automated dev environment. Supports multiple known agents (e.g., Cursor, Gemini, Codex, Claude) via environment-variable detection. Requires PHP 8.2+. 78 79 12 99K 1 20.2 48.8 MIT 2 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.
phalcon/cli-options-parser
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi