PHPackages                             behera116/paapi5-hermes - 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. behera116/paapi5-hermes

ActiveLibrary

behera116/paapi5-hermes
=======================

Implementing PA API using ProductLookup class for all operations

1.0.0(6y ago)07PHPPHP &gt;=5.5

Since Mar 13Pushed 6y ago1 watchersCompare

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

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

PA-API5 implementation by extending Amazon SDK
==============================================

[](#pa-api5-implementation-by-extending-amazon-sdk)

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

[](#installation)

Run the following command using composer

```
$ composer require behera116/paapi5-hermes
```

Sample Execution
----------------

[](#sample-execution)

```

```

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

[](#product-advertising-api-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.

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

[](#installation-1)

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

```
$ composer require amazon/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.

```
