-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 682 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 682 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
{
"name": "jakiboy/apaapi",
"version": "2.0.5",
"type": "library",
"description": "Easily integrate with the Amazon Affiliate Program using the lightweight APAAPI library for Amazon Creators API (With OAuth 2.0 & Credential-less)",
"keywords": [
"php",
"amazon",
"amazon-affiliate-program",
"product",
"api",
"apaapi",
"creators-api"
],
"homepage": "https://jakiboy.github.io/apaapi/",
"license": "MIT",
"authors": [
{
"name": "Jihad Sinnaour",
"email": "me@jihadsinnaour.com",
"role": "Founder"
}
],
"require": {
"php": ">=8.2"
},
"autoload": {
"psr-4": {
"Apaapi\\": "src/"
}
}
}