We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffd501 commit 9da95cbCopy full SHA for 9da95cb
1 file changed
composer.json
@@ -1,6 +1,23 @@
1
{
2
"name": "reactmore/google-analytic-api-client",
3
- "description": "Google Analytic Api Client PHP ",
+ "type": "library",
4
+ "description": "A PHP package to retrieve Google Analytics data",
5
+ "homepage": "https://github.com/reactmore/google-analytic-api-client",
6
+ "version": "1.0.0",
7
+ "license": "MIT",
8
+ "authors": [
9
+ {
10
+ "name": "Andry Setyoso",
11
+ "homepage": "https://github.com/reactmore"
12
+ }
13
+ ],
14
+ "keywords": [
15
+ "reactmore",
16
+ "google-analytic-api-client",
17
+ "php",
18
+ "Google Analytic",
19
+ "Google Analytic API"
20
21
"autoload": {
22
"psr-4": {
23
"Reactmore\\GoogleAnalyticApi\\": "app/"
@@ -22,6 +39,5 @@
39
},
40
"suggest": {
24
41
"guzzlehttp/guzzle": "^6.2"
25
- },
26
- "license": "MIT"
42
27
43
}
0 commit comments