PHPackages                             google/translation-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. google/translation-client

ActiveLibrary[API Development](/categories/api)

google/translation-client
=========================

Google Translation API Client

71.6kPHP

Since Jul 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Opus1no2/Google-Translation-Client)[ Packagist](https://packagist.org/packages/google/translation-client)[ RSS](/packages/google-translation-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google Translation Client
=========================

[](#google-translation-client)

This is a minimalistic API client for Google Translation API

Installation
------------

[](#installation)

Installation is conveniently provided via Composer.

To get started, install composer in your project:

```
$ curl -s https://getcomposer.org/installer | php
```

Next, add a composer.json file containing the following:

```
}
    "require": {
        "google/translation-client": "dev-master"
    }
}
```

Finall, install!

```
$ php composer.phar install
```

Usage
-----

[](#usage)

Using the Google Translation client is easy:

```
