Skip to content

Commit adc91bc

Browse files
committed
BQ-DTS: Add quickstart
Add quickstart for BigQuery Data Transfer API. This sample is intended to appear in the documentation at https://cloud.google.com/bigquery/transfer/docs/reference/libraries
1 parent a5230a9 commit adc91bc

File tree

5 files changed

+1858
-0
lines changed

5 files changed

+1858
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"require": {
3+
"php": ">=5.4",
4+
"google/cloud-bigquerydatatransfer": "^0.3.2"
5+
},
6+
"require-dev": {
7+
"phpunit/phpunit": "~4"
8+
}
9+
}

0 commit comments

Comments
 (0)