laravel-google-translate maintained by gnahotelsolutions
Description
Simple wrapper for Google Translate API
Author
Last update
2026/04/09 15:19
(dev-main)
License
Downloads
168
Google Translate API wrapper for Laravel
A small Laravel package to interact with Google Translate API in an easy way.
Installation
You can install the package via composer:
composer require gnahotelsolutions/laravel-google-translate
Usage
$textInSpanish = GoogleTranslate::from('en')->to('es')->translate('Hello there!');
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dllop@gnahs.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Documentation
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.