2017 © Pedro Peláez
 

library google-translate-api

Free to use Google Translate

image

simaguo/google-translate-api

Free to use Google Translate

  • Saturday, July 1, 2017
  • by simaguo
  • Repository
  • 1 Watchers
  • 2 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 10 Versions
  • 14 % Grown

The README.md

调用谷歌翻译服务, (*1)

安装

composer require simaguo/google-translate-api

使用案例

<?php
    require __DIR__ . '/../vendor/autoload.php';

    $client = new Simaguo\GoogleTranslateApi\Client('package',LANG_EN,LANG_CN);

    echo $client->translate();
    echo "\n";

    $t = $client->from(LANG_CN)->to(LANG_AF)->timeout(1)->translate('老师',MODEL_ALL);

    print_r($t);
    echo "\n";

返回结果, (*2)

包
Array
(
    [0] => Array
        (
            [0] => Array
                (
                    [0] => onderwyser
                    [1] => 老师
                    [2] =>
                    [3] =>
                    [4] => 0
                )

            [1] => Array
                (
                    [0] =>
                    [1] =>
                    [2] =>
                    [3] => Lǎoshī
                )

        )

    [1] =>
    [2] => zh-CN
    [3] =>
    [4] =>
    [5] => Array
        (
            [0] => Array
                (
                    [0] => 老师
                    [1] =>
                    [2] => Array
                        (
                            [0] => Array
                                (
                                    [0] => onderwyser
                                    [1] => 958
                                    [2] => 1
                                    [3] =>
                                )

                            [1] => Array
                                (
                                    [0] => leraar
                                    [1] => 0
                                    [2] => 1
                                    [3] =>
                                )

                            [2] => Array
                                (
                                    [0] => n onderwyser
                                    [1] => 0
                                    [2] => 1
                                    [3] =>
                                )

                        )

                    [3] => Array
                        (
                            [0] => Array
                                (
                                    [0] => 0
                                    [1] => 2
                                )

                        )

                    [4] => 老师
                    [5] => 0
                    [6] => 1
                )

        )

    [6] => 1
    [7] =>
    [8] => Array
        (
            [0] => Array
                (
                    [0] => zh-CN
                )

            [1] =>
            [2] => Array
                (
                    [0] => 1
                )

            [3] => Array
                (
                    [0] => zh-CN
                )

        )

    [9] =>
    [10] =>
    [11] =>
    [12] =>
    [13] =>
    [14] => Array
        (
            [0] => Array
                (
                    [0] => 老
                    [1] => 师
                    [2] => 我是老师。
                )

        )

)

The Versions

01/07 2017

dev-master

9999999-dev

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

01/07 2017

v0.2.5

0.2.5.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

30/06 2017

v0.2.4

0.2.4.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

29/06 2017

v0.2.3

0.2.3.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

29/06 2017

v0.2.2

0.2.2.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

29/06 2017

v0.2.1

0.2.1.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

28/06 2017

v0.2.0

0.2.0.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

28/06 2017

v0.1.0

0.1.0.0

Free to use Google Translate

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

22/06 2017

v0.0.2

0.0.2.0

google-translate-api

  Sources   Download

MIT

The Requires

 

by Avatar simaguo

22/06 2017

v0.0.1

0.0.1.0

google-translate-api

  Sources   Download

MIT

The Requires

 

by Avatar simaguo