From f0690c612880a07688a7955d2b3bd061b8894994 Mon Sep 17 00:00:00 2001 From: Levan Velijanashvili Date: Fri, 10 Apr 2015 18:08:36 +0400 Subject: [PATCH] Add info about captcha, ref #18 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 135dc85..d50d93c 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,5 @@ You can still view usage docs for older (`~2.0`) versions [here](https://github. ## Disclaimer This package is developed for educational purposes only. Do not depend on this package as it may break anytime as it is based on "CURLing" the Google Translate website. Consider buying [Official Google Translate API](https://cloud.google.com/translate/) for other types of usage. + +Also, Google might ban your server IP or [requre to solve CAPTCHA](https://github.com/Stichoza/google-translate-php/issues/18) if you send unusual traffic (large amount of data/requests).