-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 2.35 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 2.35 KB
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
{
"name": "altinapi/altinapi",
"description": "Harem Altın ile aynı fiyat verisi — Türkiye'nin gerçek zamanlı altın, döviz, gümüş ve platin fiyat API'si. REST + WebSocket. Bağımsız servis, Harem Altın ile organik bağı yoktur.",
"type": "library",
"license": "MIT",
"keywords": [
"altin", "altinapi", "altin-api", "altin-fiyat", "altin-fiyat-api",
"altin-fiyatlari", "altin-fiyatlari-api", "harem", "harem-api",
"harem-altin", "harem-altin-api", "harem-altin-fiyat", "harem-altin-canli",
"harem-altin-alternatif", "harem-altin-benzeri", "has-altin",
"doviz", "doviz-api", "doviz-fiyat", "doviz-fiyat-api",
"doviz-kuru", "doviz-kuru-api", "canli-doviz",
"gram-altin", "gram-altin-api", "gram-altin-fiyat",
"ceyrek-altin", "ceyrek-altin-api", "yarim-altin", "tam-altin", "ata-altin",
"sarrafiye", "sarrafiye-api", "kuyumcu", "kuyumcu-yazilim",
"ons-altin", "kapali-carsi", "canli-altin", "canli-altin-fiyat",
"gercek-zamanli-altin", "anlik-altin", "anlik-doviz",
"usdtry", "eurtry", "gbptry", "turk-lirasi", "tl-api",
"turkiye-altin", "turkiye-finans", "gumus-fiyat", "platin-fiyat", "paladyum-fiyat",
"gold-price", "gold-price-api", "turkish-gold-api", "turkey-forex-api",
"forex", "forex-api", "websocket", "socket.io", "real-time",
"finance", "trading", "fintech", "php-sdk"
],
"authors": [
{
"name": "altinapi",
"email": "support@altinapi.com",
"homepage": "https://altinapi.com"
}
],
"homepage": "https://altinapi.com",
"support": {
"issues": "https://github.com/altinapi/altinapi-php/issues",
"source": "https://github.com/altinapi/altinapi-php",
"docs": "https://altinapi.com/docs"
},
"require": {
"php": ">=8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5",
"elephantio/elephant.io": "^5.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^10.0",
"guzzlehttp/psr7": "^2.4"
},
"autoload": {
"psr-4": {
"Altinapi\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Altinapi\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
},
"config": {
"sort-packages": true
}
}