Download the PHP package oss-tools/laravel-libretranslate without Composer
On this page you can find all versions of the php package oss-tools/laravel-libretranslate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oss-tools/laravel-libretranslate
More information about oss-tools/laravel-libretranslate
Files in oss-tools/laravel-libretranslate
Package laravel-libretranslate
Short Description Package to introduce a Client for translating text using LibreTranslate in Laravel.
License MIT
Homepage https://github.com/oss-tools/laravel-libretraslate
Informations about the package laravel-libretranslate
Laravel LibreTranslate
This package adds a client to translate text in Laravel using LibreTranslate.
What is LibreTranslate?
LibreTranslate is a free and open source translation library.
Installation
You can install the package via composer:
Configuration
To set up the package, you will need to set the below env variables.
Note: The default value for LIBRETRANSLATE_HOST
is set to https://translate.argosopentech.com however, we recommend setting up your own server or using a host that is suitable for your needs for production.
Usage
Detecting a language from some text
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-libretranslate with dependencies
illuminate/database Version ^9.0 || ^10.0
illuminate/support Version ^9.0 || ^10.0
nesbot/carbon Version ^2.0
guzzlehttp/guzzle Version ^7.2
ext-json Version *