File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 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 )
23
4+ PHP library to help you integrate your system to API Google Analytics.
35
4- Installation :
6+
7+ ## Installation
58``` php
69composer require reactmore/google-analytic-api-client
710```
@@ -12,7 +15,7 @@ VIEW_ID=215165900
1215SERVICE_CREDENTIALS_JSON= 'google_analytic_services.json'
1316```
1417
15- Usage :
18+ ## Usage :
1619
1720``` php
1821require 'vendor/autoload.php';
@@ -102,9 +105,10 @@ array(30) {
102105
103106Explore Query on this App [ ga-dev-tools] ( https://ga-dev-tools.web.app/query-explorer/ )
104107
105- # Screenshot
108+ ## Screenshot
106109![ Backend] ( https://raw.githubusercontent.com/reactmore/google-analytic-api-client/master/screenshoot.png )
107110
108111
109112
110113
114+
You can’t perform that action at this time.
0 commit comments