php-docs-samples icon indicating copy to clipboard operation
php-docs-samples copied to clipboard

A collection of samples that demonstrate how to call Google Cloud services from PHP.

Results 137 php-docs-samples issues
Sort by recently updated
recently updated
newest added

Wrote a sample and its test for fetching and displaying the bucket's storage class and location.

api: storage
samples

Addresses: https://github.com/GoogleCloudPlatform/php-docs-samples/issues/1682 (couldn't test in local, since feature not enabled in my gcp proj) Design doc: [go/php-storage-autoclass](http://goto.google.com/php-storage-autoclass) PR for python: https://github.com/googleapis/python-storage/pull/791

do not merge
api: storage
samples

Running the longRunningRecognize code : ``` $op = $speechCLient->longRunningRecognize($config, $audio); $op->pollUntilComplete(); ...others ``` would return the following warning/error ``` PHP Deprecated: Implicit conversion from float 1687.5 to int loses precision...

type: question
api: speech
samples

Note: Removed the RetryTrait as I think it is used in the backups tests mostly. Using it here adds to the quota of Admin calls. We can re-add it if...

api: spanner
samples

Add samples demonstrating getting and setting Autoclass feature for a bucket. Autoclass feature at the bucket level, allows for the automatic selection of the best storage class based on object...

priority: p2
type: feature request
api: storage
samples

Need a sample / code snippet CC: @kolea2

samples

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [guzzlehttp/guzzle](http://guzzlephp.org/) ([source](https://togithub.com/guzzle/guzzle)) | require | minor | `~7.4.0` -> `~7.5.0` |...

samples

Adding a missing README for storage transfer samples

samples

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [kelvinmo/simplejwt](https://togithub.com/kelvinmo/simplejwt) | `^0.5.1` -> `^0.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/kelvinmo%2fsimplejwt/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

samples

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [symfony/yaml](https://symfony.com) ([source](https://togithub.com/symfony/yaml)) | `^5.2` -> `^7.0` |...

samples