Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Mar 30, 2024
1 parent 541ea9d commit dc298d7
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 854 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/phpmd.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributor Code of Conduct

Our [values](https://apaapi.org/) guide us in our day-to-day interactions and decision-making. Our open source projects are no exception. Trust, respect, collaboration and transparency are core values we believe should live and breathe within our projects. Our community welcomes participants from around the world with different experiences, unique perspectives, and great ideas to share.
Our [values](/) guide us in our day-to-day interactions and decision-making. Our open source projects are no exception. Trust, respect, collaboration and transparency are core values we believe should live and breathe within our projects. Our community welcomes participants from around the world with different experiences, unique perspectives, and great ideas to share.

## Our Pledge

Expand Down Expand Up @@ -40,7 +40,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting us anonymously through [this form](https://apaapi.org/contact/). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting us anonymously through [this form](/contact/). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Jihad Sinnaour <[email protected]>
Copyright (c) 2024 Jihad Sinnaour <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# APAAPI

<img src="https://raw.githubusercontent.com/Jakiboy/apaapi/dev/amazon.svg" width="100" alt="Amazon Product Advertising API PHP">
<img src="https://raw.githubusercontent.com/Jakiboy/apaapi/dev/banner.png" width="100" alt="Amazon Product Advertising API PHP">

Amazon Product Advertising API V5.0 (**Without Amazon SDK**).
This repository contains a lightweight PHP (155 KB) wrapper library,
Easily access the [Amazon Product Advertising API V5.0](https://webservices.amazon.com/paapi5/documentation/index.html) from your PHP app.
Easily access the [Amazon Product Advertising API V5.0](https://webservices.amazon.com/paapi5/documentation/index.html) from your app.

-- Become an Amazon Affiliate With PHP --

Expand Down Expand Up @@ -44,7 +44,8 @@ This version includes:
* **Keyword Converter** (ASIN, ISBN, EAN, Node, Root).
* **Caching System** (Basic built-in cache to reduce API calls).

[Full Changelog](#).
[Full Changelog](#).
[Previous Version](/Jakiboy/apaapi/tree/1.1.7).

## ⚡ Getting Started:

Expand All @@ -53,7 +54,7 @@ This version includes:
* "\_KEY\_" : From your Amazon Associates (*your locale*), [More](https://affiliate-program.amazon.com/help/node/topic/GTPNVFFUV2GQ8AZV).
* "\_SECRET\_" : From your Amazon Associates (*your locale*), [More](https://affiliate-program.amazon.com/help/node/topic/GTPNVFFUV2GQ8AZV).
* "\_TAG\_" : From your Amazon Associates (*your locale*), [More](https://webservices.amazon.com/paapi5/documentation/troubleshooting/sign-up-as-an-associate.html).
* "\_LOCALE\_" : **TLD** of the target to which you are sending requests (*com/fr/com.be/de*), [Get TLD](https://webservices.amazon.com/paapi5/documentation/common-request-parameters.html#host-and-region).
* "\_LOCALE\_" : **TLD** of the target marketplace to which you are sending requests (*com/fr/co.jp*), [Get TLD](https://webservices.amazon.com/paapi5/documentation/common-request-parameters.html#host-and-region).
* "\_KEYWORDS\_" : What you are looking for (*Products*), [More](https://webservices.amazon.com/paapi5/documentation/search-items.html).
* "\_ASIN\_" : Accepts (ISBN), Amazon Standard Identification Number (*your locale*), [More](https://webservices.amazon.com/paapi5/documentation/get-items.html#ItemLookup-rp).
* "\_NODE\_" : Browse Node ID (*your locale*), [More](https://webservices.amazon.com/paapi5/documentation/use-cases/organization-of-items-on-amazon/browse-nodes/browse-node-properties.html#browse-node-ids).
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
| ------------- | ---------- |
| **>= 5.6.30** | **Yes** |
| **>= 7.4 ** | **Yes** |

## Reporting a Vulnerability

Expand Down
19 changes: 0 additions & 19 deletions amazon.svg

This file was deleted.

Binary file added banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jakiboy/apaapi",
"version" : "1.1.7",
"version" : "1.2.0",
"type": "library",
"description": "Quick connection to Amazon Affiliate Program using Amazon Product Advertising API v5 Library (APAAPI)",
"description": "Quick connection to Amazon Affiliate Program using the lightweight Amazon Product Advertising API Library v5 (APAAPI)",
"keywords": ["php","amazon","amazon-affiliate-program","product","api","apaapi","paapi5"],
"homepage": "https://jakiboy.github.io/apaapi/",
"license": "MIT",
Expand All @@ -14,16 +14,16 @@
},
{
"name": "Softgine",
"email": "e-mailing@soft-gine.com",
"role": "Developer"
"email": "mail@soft-gine.com",
"role": "Contributor"
},
{
"name": "Kay Marquardt",
"role": "Contributor"
}
],
"require": {
"php": ">=5.6"
"php": ">=7.4"
},
"autoload": {
"psr-4" : {
Expand Down
Loading

0 comments on commit dc298d7

Please sign in to comment.