https://github.com/laith98dev/translatorapi
My TranslatorAPI
https://github.com/laith98dev/translatorapi
Last synced: 5 months ago
JSON representation
My TranslatorAPI
- Host: GitHub
- URL: https://github.com/laith98dev/translatorapi
- Owner: Laith98Dev
- License: gpl-3.0
- Created: 2022-04-15T19:32:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T19:53:48.000Z (about 4 years ago)
- Last Synced: 2025-04-04T16:26:34.518Z (about 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TranslatorAPI
- Supports all Google Translate languages, easy to use, fast
# API
```php
use Laith98Dev\TranslatorAPI\Translator;
$results = Translator::translate("from", "to", "text");
```
**For example**
```php
use Laith98Dev\TranslatorAPI\Translator;
$results = Translator::translate("en", "es", "hi");// translate from English to spanish
$results = Translator::translate("en", "ar", "hi");// translate from English to arabic
```
# buy me a coffee
- [](https://paypal.me/Laith113)