Download the PHP package smallzee/laravel-language-translator without Composer
On this page you can find all versions of the php package smallzee/laravel-language-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smallzee/laravel-language-translator
More information about smallzee/laravel-language-translator
Files in smallzee/laravel-language-translator
Download smallzee/laravel-language-translator
More information about smallzee/laravel-language-translator
Files in smallzee/laravel-language-translator
Vendor smallzee
Package laravel-language-translator
Short Description A flexible and developer-friendly Laravel package that makes translating text between multiple languages simple and efficient. It’s designed to help developers build multilingual applications with ease, ensuring smooth integration and a seamless user experience across different regions and languages. With intuitive methods and clean structure, this package supports effortless language handling for global-ready applications.
License MIT
Package laravel-language-translator
Short Description A flexible and developer-friendly Laravel package that makes translating text between multiple languages simple and efficient. It’s designed to help developers build multilingual applications with ease, ensuring smooth integration and a seamless user experience across different regions and languages. With intuitive methods and clean structure, this package supports effortless language handling for global-ready applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-language-translator
🌍Laravel Language Translator
A flexible and developer-friendly Laravel package that makes translating text between multiple languages simple and efficient. It’s designed to help developers build multilingual applications with ease, ensuring smooth integration and a seamless user experience across different regions and languages. With intuitive methods and clean structure, this package supports effortless language handling for global-ready applications.
✨ Features
- 🎯 Simple and fluent translation
- 🌐 Supports multiple languages (e.g., English, Yoruba, Hausa, French, etc.)
📦 Installation
Install the package via Composer:
composer require smallzee/laravel-language-translator
use Smallzee\Translator\Facades\Translator;
// Basic translation
$translated = Translator::translate("Hello", "en", "yo");
// Translate with different language pair
$translated = Translator::translate("Thank you", "en", "yo");
// Automatically uses default from/to languages (if set in config)
$translated = Translator::translate("How are you?");All versions of laravel-language-translator with dependencies
PHP Build Version
Package Version
The package smallzee/laravel-language-translator contains the following files
Loading the files please wait ...