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

ActiveLibrary[API Development](/categories/api)

seanhayes-com/paapi5-php-sdk
============================

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

010PHP

Since Mar 7Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

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.

Amazon distrbutes the code but doesn't provide a packagist repository

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

[](#installation)

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

```
$ composer require seanhayes-com/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 searching items.

```
