PHPackages                             hlorofos/paapi5-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hlorofos/paapi5-php-sdk

ActiveLibrary[API Development](/categories/api)

hlorofos/paapi5-php-sdk
=======================

Latest Code from Amazon to support the Amazon Product Advertising API v5, PHP SDK.

v5.0.2(5y ago)022Apache-2.0PHPPHP &gt;=5.5

Since Mar 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hlorofos/paapi5-php-sdk)[ Packagist](https://packagist.org/packages/hlorofos/paapi5-php-sdk)[ Docs](https://webservices.amazon.com/paapi5/documentation/index.html)[ RSS](/packages/hlorofos-paapi5-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (8)Used By (0)

Product Advertising API SDK for PHP (v1)
========================================

[](#product-advertising-api-sdk-for-php-v1)

[![CircleCI](https://camo.githubusercontent.com/8ba9052f885329603f98dd6f778031bb379d9475fdfd665ca14ef3da82200583/68747470733a2f2f636972636c6563692e636f6d2f67682f686c6f726f666f732f7061617069352d7068702d73646b2e7376673f7374796c653d737667)](https://circleci.com/gh/hlorofos/paapi5-php-sdk)

This repository contains the open source PHP SDK that allows you to access the [Product Advertising API](https://webservices.amazon.com/paapi5/documentation/index.html) from your PHP app.

Installation
------------

[](#installation)

The Product Advertising API PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

```
$ composer require hlorofos/paapi5-php-sdk
```

Usage
-----

[](#usage)

> **Note:** This version of the Product Advertising API SDK for PHP requires PHP 5.5 or greater.

Simple example for [SearchItems](https://webservices.amazon.com/paapi5/documentation/search-items.html) to discover Amazon products with the keyword 'Harry Potter' in Books category:

```
