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

AbandonedLibrary[API Development](/categories/api)

drunomics/paapi5-php-sdk
========================

Copy of ProductAdvertisingAPI 5.0 PHP SDK version 2020

1.1.2(4y ago)764.0k↓31.8%4[5 PRs](https://github.com/drunomics/php-paapi5-sdk/pulls)1Apache-2.0PHPPHP &gt;=5.5CI failing

Since Sep 24Pushed 2mo agoCompare

[ Source](https://github.com/drunomics/php-paapi5-sdk)[ Packagist](https://packagist.org/packages/drunomics/paapi5-php-sdk)[ Docs](https://webservices.amazon.com/paapi5/documentation/index.html)[ RSS](/packages/drunomics-paapi5-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (8)Used By (1)

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 drunomics/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:

```
