Skip to content

Commit

Permalink
Add a note referring to the installation of the translation library
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Nov 6, 2024
1 parent 2701147 commit d2506df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AUTHENTICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ $HOME/.config/gcloud/application_default_credentials.json
Once we have the `application_default_credentials.json` that we created on the previous step now we
can instantiate a client which internally using the Google Auth library will take that file and use
it to authenticate your requests:

**Note**: You can install the Google Translate client library by running `composer install google/cloud-translate`.
See the [README.md](README.md) for further instructions, or browse
[the complete list of packages](https://cloud.google.com/php/docs/reference/).

```php
require_once 'vendor/autoload.php';

Expand Down

0 comments on commit d2506df

Please sign in to comment.