PHPackages                             drossan/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. drossan/paapi5-php-sdk

ActiveLibrary[API Development](/categories/api)

drossan/paapi5-php-sdk
======================

Copy of ProductAdvertisingAPI 5.0 PHP SDK

033PHP

Since Sep 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/drossan/paapi5)[ Packagist](https://packagist.org/packages/drossan/paapi5-php-sdk)[ RSS](/packages/drossan-paapi5-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Product Advertising API 5.0 SDK for PHP
=======================================

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

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/). If Composer is installed globally on your system, you can run the following in the base directory of your project to add the SDK as a dependency:

```
composer require drossan/paapi5
```

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:

```
