Skip to content

Commit c5a1b21

Browse files
authored
updates all product READMEs with links to the PHP sample docs (GoogleCloudPlatform#919)
1 parent 7d41d99 commit c5a1b21

File tree

23 files changed

+88
-38
lines changed

23 files changed

+88
-38
lines changed

bigquery/api/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Description
44

5-
All code in the `snippets` directory demonstrate how to invoke Google BigQuery from PHP.
5+
All code in the `snippets` directory demonstrate how to invoke
6+
[Google BigQuery][bigquery] from PHP.
7+
8+
[bigquery]: https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries
69

710
## Build and Run
811
1. **Enable APIs** - [Enable the BigQuery API](https://console.cloud.google.com/flows/enableapi?apiid=bigquery)

bigtable/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Description
44

5+
These samples show how to use the
6+
[Cloud Bigtable API][bigtable] from PHP.
7+
58
All code in the `src` directory demonstrates how to connect to Cloud Bigtable and run some basic operations to create instance, create cluster, delete instance and delete cluster.
69

10+
[bigtable]: https://cloud.google.com/bigtable/docs/reference/libraries
11+
712
## Build and Run
813
1. **Enable APIs** - [Enable the Bigtable API](https://console.cloud.google.com/flows/enableapi?apiid=bigtable)
914
and create a new project or select an existing project.

datastore/api/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Cloud Datastore code snippets
22

3-
This code samples are intended to be in the following document:
4-
https://cloud.google.com/datastore/docs/
3+
These samples show how to use the [Datastore API][datastore]
4+
from PHP.
5+
6+
[datastore]: https://cloud.google.com/datastore/docs/reference/libraries
57

68
The code is using
79
[Google Cloud Client Library for PHP](https://googlecloudplatform.github.io/google-cloud-php/#/).

debugger/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Description
44

55
This simple [Silex][silex] application demonstrates how to
6-
install and run the Stackdriver Debugger Agent for PHP.
6+
install and run the [Stackdriver Debugger Agent][debugger] for PHP.
7+
8+
[debugger]: https://cloud.google.com/debugger/docs/setup/php
79

810
## Build and Run
911

dialogflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This command-line application demonstrates how to invoke Dialogflow
1111
API from PHP.
1212

1313
## Before you begin
14-
1. Follow the first 2 steps of [this quickstart](https://cloud.google.com/dialogflow-enterprise/docs/quickstart).
14+
1. Follow the first 2 steps of [this quickstart](https://cloud.google.com/dialogflow-enterprise/docs/quickstart-api).
1515
Feel free to stop after you've created an agent.
1616

1717
2. This sample comes with a [sample agent](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/dialogflow/resources/RoomReservation.zip) which you can use to try the samples with. Follow the instructions on [this page](https://dialogflow.com/docs/best-practices/import-export-for-versions) to import the agent from the [console](https://console.dialogflow.com/api-client).

dlp/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77

88
## Description
99

10-
This simple command-line application demonstrates how to invoke Google
11-
DLP API from PHP.
10+
This simple command-line application demonstrates how to invoke
11+
[Google DLP API][dlp-api] from PHP.
12+
13+
[dlp-api]: https://cloud.google.com/dlp/docs/libraries
1214

1315
## Build and Run
1416
1. **Enable APIs** - [Enable the DLP API](

error_reporting/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.svg
66
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googlecloudplatform/php-docs-samples&page=editor&working_dir=error_reporting
77

8-
`quickstart.php` and `error_reporting.php` are simple command-line programs to demonstrate logging
9-
exceptions, errors, and PHP fatral errors to Stackdriver Error Reporting.
8+
9+
This directory contains samples for setting up and using
10+
[Stackdriver Error Reporting][error-reporting] for PHP.
11+
12+
[error-reporting]: https://cloud.google.com/error-reporting/docs/setup/php
13+
14+
`quickstart.php` and `src/report_error.php` are simple command-line programs to
15+
demonstrate logging exceptions, errors, and PHP fatral errors to
16+
Stackdriver Error Reporting.
1017

1118
# Installation
1219

firestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These samples show how to use the [Google Cloud Firestore API][cloud-firestore-api] to store and query data.
44

5-
[cloud-firestore-api]: http://cloud.google.com/cloud-firestore
5+
[cloud-firestore-api]: https://cloud.google.com/firestore/docs/quickstart-servers
66

77
## Setup
88

jobs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## Description
44

5-
These samples show how to use the [Google Cloud Job Discovery API]
6-
(https://cloud.google.com/job-discovery/).
5+
These samples show how to use the [Google Cloud Job Discovery API][job-discovery]
6+
from PHP.
7+
8+
[job-discovery]: https://cloud.google.com/talent-solution/job-search/v2/docs/libraries
79

810
## Build and Run
911
1. **Enable APIs** - [Enable the Job Discovery API](https://console.cloud.google.com/flows/enableapi?apiid=jobs.googleapis.com)

kms/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
## Description
99

10-
These samples show how to use the [Google Cloud KMS API](https://cloud.google.com/kms/).
10+
These samples show how to use the
11+
[Google Cloud KMS API](https://cloud.google.com/kms/docs/reference/libraries) from PHP.
1112

1213
## Build and Run
1314
1. **Enable APIs** - [Enable the KMS API](https://console.cloud.google.com/flows/enableapi?apiid=cloudkms.googleapis.com)

0 commit comments

Comments
 (0)