An open API service indexing awesome lists of open source software.

https://github.com/chekun/translator

Wrapper for Web Based Translator Service
https://github.com/chekun/translator

Last synced: over 1 year ago
JSON representation

Wrapper for Web Based Translator Service

Awesome Lists containing this project

README

          

translator
==========

Wrapper for Web Based Translator Service

## Now Supporting

* Microsoft Translate

## For Laravel4

```
$translator = App::make('MicroSoftTranslator');
$translator->translate('Hello');
```

## For General Use

> see tests/