Brent Shaffer
Brent Shaffer
in case anyone wants some extra help, add minimum instructions on enhancing the docker container to use composer
Add linter for PHPCS, which checks for line lengths and found multiple other whitespace issues. PHP CS Fixer (the existing checker) does not do a good job with whitespace (and...
fixes https://github.com/googleapis/google-api-php-client/issues/1900 by allowing an `$audience` parameter that will be used instead of the Client ID configured in the client object.
see https://github.com/googleapis/google-api-php-client/issues/2418
After viewing the [Gsuite Quickstart](https://developers.google.com/docs/api/quickstart/php), they are implementing their own check for fetching a new access token via a refresh token. We have logic to do this already, so either...
For this library, upon request I have been using a script to automate [building release packages](https://gist.github.com/bshaffer/85f96c1315c486ce3bc8d4cfce033493) for users who do not use Composer. This may not be necessary anymore, but...