Skip to content

Commit dd47518

Browse files
authored
chore: removing old api-client samples and changing the location of G… (GoogleCloudPlatform#1773)
* chore: removing old api-client samples and changing the location of Google Cloud Client samples * Fix paths for tests to work
1 parent 7e61962 commit dd47518

37 files changed

+41
-476
lines changed

compute/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Google Compute Engine PHP Samples
22

33
## Description
4-
This is a simple web-based example of calling the Google Compute Engine API
5-
in PHP. These samples include calling the API with both the
6-
[Google API client](api-client) and [Google Cloud Client](cloud-client) (GA).
4+
This is a set of examples of calling the Google Compute Engine API
5+
in PHP. These samples include calling the API with the
6+
[Google Cloud Client](https://github.com/googleapis/google-cloud-php).
77

8+
Following samples are available:
9+
* [Hello world](helloworld): a simple web-based example of calling the Google Compute Engine API
10+
* [Instances](instances): GCE instances manipulation samples
11+
* [Firewall](firewall): firewall rules manipulation samples
12+
* [Logging](logging): app demonstrating how to log to Compute Engine from a PHP application
13+
14+
## Google Cloud Samples
815

9-
* [Google Cloud Client](cloud-client) (**Recommended**): Under active development, currently in GA.
10-
* [Google API client](api-client): Stable and generally available, but no longer under active development
16+
To browse ready to use code samples check
17+
[Google Cloud Samples](https://cloud.google.com/docs/samples?language=php&product=computeengine).

compute/api-client/helloworld/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)