Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.64 KB

Google Translate API wrapper for Laravel

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 [email protected] 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.