• Stars
    star
    270
  • Rank 152,189 (Top 3 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PHP class to use the Google Translator API for free.

PHP GoogleTranslate free Build Status

Simple PHP library for talking to Google's Translate API for free.

Eliminates IP request limitations

Installation

Install this package via Composer.

composer require statickidz/php-google-translate-free

Or edit your project's composer.json to require statickidz/php-google-translate-free and then run composer update.

"require": {
    "statickidz/php-google-translate-free": "^1.2.1"
}

Usage

require_once ('vendor/autoload.php');
use \Statickidz\GoogleTranslate;

$source = 'es';
$target = 'en';
$text = 'buenos días';

$trans = new GoogleTranslate();
$result = $trans->translate($source, $target, $text);

// Good morning
echo $result;

More Repositories

1

TemarioDAW

Temario, apuntes y ejercicios para el módulo de Desarrollo de Aplicaciones Web (DAW)
PLSQL
573
star
2

TemarioDAM

Temario, apuntes y ejercicios para el módulo de Desarrollo de Aplicaciones Multiplataforma (DAM) - 2º año
PHP
101
star
3

node-google-translate-skidz

Simple Node.js library for talking to Google's Translate API for free.
JavaScript
74
star
4

wallet-tracker

Track a list of crypto wallets to get notified when a new transaction is being processed.
JavaScript
61
star
5

webpack-handlebars-bootstrap

JAMstack static site generator built with Webpack, Bootstrap and Handlebars.
JavaScript
44
star
6

react-native-rtmp-stream-example

Example application with React Native for RTMP live streaming to server
JavaScript
37
star
7

avd-manager-ui

Android Studio AVD emulators UI 📱
JavaScript
31
star
8

quicktok

Tik Tok popular trends viewer
Vue
28
star
9

bedca-api

PHP API wrapper to http://www.bedca.net/bdpub/ public foods database.
PHP
16
star
10

Trackio

JavaFX audio mp3 player with folder playlist.
Java
14
star
11

VersionChecker

Simple Android library to check the version of the application with Google Play and force update.
Java
10
star
12

SimpleNotepad-Swing

Word processor made with Java and Swing build on MVP pattern.
Java
8
star
13

TiltScroll

Script to scroll webpage to top on device tilt
HTML
4
star
14

python-google-translate-free

Simple Python class for talking to Google's Translate API for free.
Python
2
star
15

strapi-heroku

JavaScript
1
star
16

flying-bull-game

Short flappy birds clone game built on Panda.js engine.
JavaScript
1
star
17

statickidz

1
star