Skip to content

Commit

Permalink
chore(docs): add link to refdocs from composer and README (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jul 27, 2020
1 parent c438cda commit bb959e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
This is Google's officially supported PHP client library for using OAuth 2.0
authorization and authentication with Google APIs.

View the [reference documentation][ref-docs].

### Installing via Composer

The recommended way to install the google auth library is through
Expand Down Expand Up @@ -217,6 +219,7 @@ hesitate to
[ask questions](http://stackoverflow.com/questions/tagged/google-auth-library-php)
about the client or APIs on [StackOverflow](http://stackoverflow.com).

[ref-docs]: https://googleapis.github.io/google-auth-library-php/master/
[google-apis-php-client]: https://github.com/google/google-api-php-client
[application default credentials]: https://developers.google.com/accounts/docs/application-default-credentials
[contributing]: https://github.com/google/google-auth-library-php/tree/master/.github/CONTRIBUTING.md
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"keywords": ["google", "oauth2", "authentication"],
"homepage": "http://github.com/google/google-auth-library-php",
"license": "Apache-2.0",
"support": {
"docs": "https://googleapis.github.io/google-auth-library-php/master/"
},
"require": {
"php": ">=5.4",
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
Expand Down

0 comments on commit bb959e9

Please sign in to comment.