gnahotelsolutions/laravel-google-translate

Simple wrapper for Google Translate API

1.0.2 2023-07-24 11:18 UTC

This package is auto-updated.

Last update: 2024-04-24 12:55:10 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

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.