-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.29 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.29 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
{
"name": "evelode/tiktok-api-php",
"description": "TikTok REST API wrapper for PHP",
"homepage": "https://github.com/evelode/tiktok-api-php",
"type": "library",
"require": {
"php": ">=7.0",
"sergeykomlev/lazyjsonmapper": "^2.0.0",
"guzzlehttp/guzzle": "^7.4",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-exif": "*",
"ext-zlib": "*",
"ext-bcmath": "*"
},
"license": "MIT",
"authors": [
{
"name": "Evelode",
"email": "contact@evelode.com",
"homepage": "https://evelode.com",
"role": "Developer"
}
],
"suggest": {
"ext-curl": "Required for CURL handler support in requests"
},
"autoload": {
"psr-4": {
"TikTokRESTAPI\\": "src/"
}
},
"keywords": [
"php",
"php7",
"rest-api",
"php-library",
"php-fpm",
"scrapper",
"php8",
"tiktok",
"tiktok-scraper",
"tiktok-api",
"tiktokapi",
"tiktok-automation",
"tiktok-downloader",
"tiktok-signature",
"ttencrypt",
"nowatermark",
"xgorgon",
"xkhonos",
"xtyhon",
"xladon"
]
}