File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class SpannerClient
6565 use LROTrait;
6666 use ValidateTrait;
6767
68- const VERSION = 'master ' ;
68+ const VERSION = '0.1.0 ' ;
6969
7070 const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data ' ;
7171 const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin ' ;
Original file line number Diff line number Diff line change 1+ # Google Cloud PHP Spanner
2+
3+ > Idiomatic PHP client for [ Cloud Spanner] ( https://cloud.google.com/spanner/ ) .
4+
5+ * [ Homepage] ( http://googlecloudplatform.github.io/google-cloud-php )
6+ * [ API documentation] ( http://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-spanner/latest/spanner/spannerclient )
7+
8+ ** NOTE:** This repository is part of [ Google Cloud PHP] ( https://github.com/googlecloudplatform/google-cloud-php ) . Any
9+ support requests, bug reports, or development contributions should be directed to
10+ that project.
11+
12+ ## Installation
13+
14+ ```
15+ $ composer require google/cloud-spanner
16+ ```
Original file line number Diff line number Diff line change 1+ 0.1.0
You can’t perform that action at this time.
0 commit comments