gnahotelsolutions / laravel-google-translate
Simple wrapper for Google Translate API
1.0.2
2023-07-24 11:18 UTC
Requires
- php: ^7.2|^8.0|^8.1
- google/cloud-translate: ^1.12
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-24 14:07:56 UTC
README
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.