-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 1.69 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "pangzlab/coingecko-api",
"description": "CoinGecko API Client for PHP",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.5"
},
"support": {
"email": "pangz.lab@gmail.com",
"chat": "https://discordapp.com/users//585287860513669135",
"source": "https://github.com/pangz-lab/coingecko-api"
},
"keywords": [
"api",
"client",
"api client",
"coin",
"gecko",
"crypto",
"btc",
"verus",
"verus coin",
"vrsc",
"coingecko",
"coingecko api",
"coingecko api client"
],
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/pangzlab"
},
{
"type": "VerusID",
"url": "https://insight.verus.io/address/pangz@"
},
{
"type": "VerusCoin(VRSC)",
"url": "https://insight.verus.io/address/RNrhRTq8ioDTrANrm52c9MfFyPKr3cmhBj"
},
{
"type": "Bitcoin(BTC)",
"url": "https://btcscan.org/address/3MsmELpB8bsYvFJCYKrUpMuoBATVR5eeta"
},
{
"type": "Ethereum(ETH)",
"url": "https://ethplorer.io/address/0xa248d188725c3b78af7e7e8cf4cfb8469e46cf3b#"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"PangzLab\\Coingecko\\": "src/"
},
"classmap": [
"src/"
]
},
"authors": [
{
"name": "Pangz Lab",
"email": "pangz.lab@gmail.com"
}
],
"minimum-stability": "beta",
"require-dev": {
"phpunit/phpunit": "^9"
}
}