webzards / deepl-trnaslate
Laravel library for Deepl
1.1.0
2024-06-29 13:33 UTC
Requires
- php: ^8.1
- deeplcom/deepl-php: ^1.7
README
Easily integrate DeepL translation into your Laravel application with the laravel-deepl package. This user-friendly facade provides a simple interface to DeepL's powerful translation API. Built and tested specifically for Laravel 10 and above.
Requirements
Sign up for a DeepL account and navigate to the API Keys section to generate an API key.
Make sure your Laravel application is configured to load the .env
file. Then, copy your API key and add it to the .env
file with the variable name DEEPL_AUTH_KEY
.
License
Laravel deepl is open-sourced software licenced under the MIT license.