-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds service account, OAuth, general usage, and proxying to README (#972
- Loading branch information
Showing
2 changed files
with
202 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Examples for Google APIs Client Library for PHP # | ||
|
||
## How to run the examples ## | ||
|
||
1. Following the [Installation Instructions](../README.md#installation) | ||
1. Run the PHP built-in web server. Supply the `-t` option to point to this directory: | ||
|
||
``` | ||
$ php -S localhost:8000 -t examples/ | ||
``` | ||
|
||
1. Point your browser to the host and port you specified, i.e `http://localhost:8000`. | ||
|