2017 © Pedro Peláez
 

library paa

This is an implementation of a client for the Amazon Product Advertising API in PHP.

image

awsome/paa

This is an implementation of a client for the Amazon Product Advertising API in PHP.

  • Saturday, February 8, 2014
  • by jbouzekri
  • Repository
  • 2 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AWSome PAA PHP

Introduction

This is an implementation of a client for the Amazon Product Advertising API in PHP. This API provides tools for querying the amazon product database and even manage cart via webservices., (*1)

The official documentation of this service is available on docs.aws.amazon.fr., (*2)

Requirements

In order to use this client, you will need to become a Product Advertising API Developer. You can follow the instruction provided on docs.aws.amazon.fr, (*3)

After signing up, you will receive an access key and secret which will be used by this API to generate and append a signature to your query., (*4)

Optionnaly, you can even become an associate. It provides opportunities to earn money thanks to the traffic you send to amazon via the links generated in the service response., (*5)

Installation

You can use composer for installation., (*6)

Add the repository to the composer.json file of your project and run the update or install command., (*7)

json { "require": { "awsome/paa": "0.1.*" } }, (*8)

Examples

Roadmap

For now, only ItemSearch queries and array hydratation for results have been implemented. I am going to add the different queries one by one and after that I will add an object hydratation mode. Do not hesitate to contribute to this project., (*9)

The Versions

08/02 2014

dev-master

9999999-dev http://github.com/jbouzekri/awsome

This is an implementation of a client for the Amazon Product Advertising API in PHP.

  Sources   Download

MIT

The Requires

 

php rest amazon aws product webservice

05/02 2014

0.1.0

0.1.0.0 http://github.com/jbouzekri/awsome

This is an implementation of a client for the Amazon Product Advertising API in PHP.

  Sources   Download

MIT

The Requires

 

php rest amazon aws product webservice