php-docs-samples
php-docs-samples copied to clipboard
A collection of samples that demonstrate how to call Google Cloud services from PHP.
Relies on https://github.com/googleapis/google-cloud-php/pull/5302 to be released
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kelvinmo/simplejwt](https://togithub.com/kelvinmo/simplejwt) | require | minor | `^0.5.1` -> `^0.6.0` | ---...
Samples should refer to the fully qualified topic paths `projects/{}/topics/{}` as topic names and the actual string for the topic as the topic id. The same goes for subscriptions. For...
WIP for preloading in PHP 7.4 Cloud Functions This demo suggests the users do the following: 1. Add the following to `composer.json` ```json { "config": { "optimize-autoloader": true }, }...
This is an issue tracking all requested refactors of Cloud Functions PHP samples. - [x] Add start scripts to `composer.json` - [ ] Use trait-based `request` method instead of raw...
DO NOT MERGE: Depends on changes in the client library that have not yet been released. Adds samples for working with user managed instance configurations for Cloud Spanner.
The [GAE Standard Laravel Sample](https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/)'s tests are failing. We should fix that. (Related PR [here](https://github.com/GoogleCloudPlatform/community/pull/1618).)
The goal here is to eventually break the tests down by sample directory instead of by PHP version. This will greatly simplify the complexity of our testing and speed up...
Let's (more) clearly denote who owns what cc @iennae