forked from AlchemyAPI/alchemyapi_php
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
Latest commit
16 lines (16 loc) · 490 Bytes
/
Copy pathcomposer.json
File metadata and controls
16 lines (16 loc) · 490 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "alchemyapi/alchemyapi_php",
"type": "sdk",
"description": "A software development kit (sdk) for AlchemyAPI using PHP",
"keywords": ["alchemyapi","alchemyai","php","ai","sdk"],
"homepage": "http://www.alchemyapi.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "AlchemyAPI",
"email": "support@alchemyapi.com",
"homepage": "http://www.alchemyapi.com/",
"role": "Developer"
}
]
}