Brent Shaffer
Brent Shaffer
I have added a [Memcache Stream Wrapper](https://github.com/bshaffer/appengine-symfony-starter-project/blob/memcache-stream-wrapper/src/AppEngine/MemcacheStreamWrapper.php) which has improved performance from `.3` to `.7` seconds. This still seems slow, but it's certainly an improvement.
@juacala thank you for your suggestion. I'd like to do better than "seems to do the trick" if we add this to this library, however. Can you provide us with...
The problem here is that we added back support for PHP 7.1 and 7.2, and phpunit prophecy 2.0 does not support those versions of PHP. There is a PR to...
I agree that the `iat` is being used in the way that the `nbf` claim _should_ be used, and there is nothing in the RFC that implies `iat` should be...
This change will be made as part of our upcoming `v2` release
Hello, thank you for filing an issue. The issue you're having is that the `generate` method which is found below is [not available](https://github.com/googleapis/google-api-php-client-services/blob/main/src/MyBusinessVerifications.php#L52) in the `MyBusinessVerifications` client as you'd expect....
This library is updated from the official API daily, with releases taking place every Monday morning. So there is a maximum of a one week delay from releasing any changes...
Hello @razvanphp You're correct in identifying that this library does not generate enums. This was a feature request in https://github.com/googleapis/google-api-php-client-services/pull/563, but since this library is essentially in maintenance mode, we...
Hi @razvanphp , these are just strings, so extra classes or typing is not necessary. I do think adding these values to phpdoc is something we should look into. Edit:...
Please use [this analytics data client](https://cloud.google.com/php/docs/reference/analytics-data/latest), as the one you are using is no longer supported. ``` composer require google/analytics-data ```