-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 990 Bytes
/
composer.json
File metadata and controls
44 lines (44 loc) · 990 Bytes
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
{
"name": "axt-team/uapi-sdk-php",
"description": "Official PHP SDK for UAPI / uapis.cn — typed PHP 8.1+ wrapper around 100+ free public-API endpoints (network, text, image, social, translation, search). Generated from the live OpenAPI 3.1 spec.",
"type": "library",
"license": "MIT",
"homepage": "https://uapis.cn/docs/sdk/php",
"keywords": [
"uapi",
"uapis",
"uapis.cn",
"sdk",
"php",
"public-api",
"free-api",
"rest",
"rest-api",
"openapi",
"client",
"http",
"ai",
"agent"
],
"authors": [
{
"name": "UAPI",
"email": "dev@uapis.cn",
"homepage": "https://uapis.cn"
}
],
"support": {
"issues": "https://github.com/AxT-Team/uapi-sdk-php/issues",
"source": "https://github.com/AxT-Team/uapi-sdk-php",
"docs": "https://uapis.cn/docs"
},
"require": {
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.8"
},
"autoload": {
"psr-4": {
"Uapi\\": "src/"
}
}
}