Skip to content

Commit 6713710

Browse files
committed
Readme
1 parent 775a7fb commit 6713710

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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
69
composer require reactmore/google-analytic-api-client
710
```
@@ -12,7 +15,7 @@ VIEW_ID=215165900
1215
SERVICE_CREDENTIALS_JSON= 'google_analytic_services.json'
1316
```
1417

15-
Usage :
18+
## Usage :
1619

1720
```php
1821
require 'vendor/autoload.php';
@@ -102,9 +105,10 @@ array(30) {
102105

103106
Explore 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+

0 commit comments

Comments
 (0)