File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # google-analytic-api-client
1
+ # Google Analytic API Client
2
+ [ ![ Latest Stable Version] ( http://poser.pugx.org/reactmore/google-analytic-api-client/v )] ( https://packagist.org/packages/reactmore/google-analytic-api-client ) [ ![ Total Downloads] ( http://poser.pugx.org/reactmore/google-analytic-api-client/downloads )] ( https://packagist.org/packages/reactmore/google-analytic-api-client ) [ ![ Latest Unstable Version] ( http://poser.pugx.org/reactmore/google-analytic-api-client/v/unstable )] ( https://packagist.org/packages/reactmore/google-analytic-api-client ) [ ![ License] ( http://poser.pugx.org/reactmore/google-analytic-api-client/license )] ( https://packagist.org/packages/reactmore/google-analytic-api-client ) [ ![ PHP Version Require] ( http://poser.pugx.org/reactmore/google-analytic-api-client/require/php )] ( https://packagist.org/packages/reactmore/google-analytic-api-client )
2
3
4
+ PHP library to help you integrate your system to API Google Analytics.
3
5
4
- Installation :
6
+
7
+ ## Installation
5
8
``` php
6
9
composer require reactmore/google-analytic-api-client
7
10
```
@@ -12,7 +15,7 @@ VIEW_ID=215165900
12
15
SERVICE_CREDENTIALS_JSON= 'google_analytic_services.json'
13
16
```
14
17
15
- Usage :
18
+ ## Usage :
16
19
17
20
``` php
18
21
require 'vendor/autoload.php';
@@ -102,9 +105,10 @@ array(30) {
102
105
103
106
Explore Query on this App [ ga-dev-tools] ( https://ga-dev-tools.web.app/query-explorer/ )
104
107
105
- # Screenshot
108
+ ## Screenshot
106
109
![ Backend] ( https://raw.githubusercontent.com/reactmore/google-analytic-api-client/master/screenshoot.png )
107
110
108
111
109
112
110
113
114
+
You can’t perform that action at this time.
0 commit comments