PHPackages                             sunaoka/amazon-pay-api-sdk-php-laravel - 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. [Payment Processing](/categories/payments)
4. /
5. sunaoka/amazon-pay-api-sdk-php-laravel

ActiveLibrary[Payment Processing](/categories/payments)

sunaoka/amazon-pay-api-sdk-php-laravel
======================================

Amazon Pay API SDK (PHP) for Laravel

v1.5.0(2mo ago)26.1k↓39.5%Apache-2.0PHPPHP ^7.2 || ^8.0CI passing

Since Feb 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/sunaoka/amazon-pay-api-sdk-php-laravel)[ Packagist](https://packagist.org/packages/sunaoka/amazon-pay-api-sdk-php-laravel)[ Docs](https://github.com/sunaoka/amazon-pay-api-sdk-php-laravel)[ RSS](/packages/sunaoka-amazon-pay-api-sdk-php-laravel/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (8)Versions (14)Used By (0)

Amazon Pay API SDK (PHP) for Laravel
====================================

[](#amazon-pay-api-sdk-php-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/fc72bb380399f52bc2785e4f9ac6da9c410365f9f0388c692ee595c1f63e7afd/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f616d617a6f6e2d7061792d6170692d73646b2d7068702d6c61726176656c2f762f737461626c65)](https://packagist.org/packages/sunaoka/amazon-pay-api-sdk-php-laravel)[![License](https://camo.githubusercontent.com/7a976f50c9c148279e175682ad26c6b757089534261b8c1693fd8a1570c4b14f/68747470733a2f2f706f7365722e707567782e6f72672f73756e616f6b612f616d617a6f6e2d7061792d6170692d73646b2d7068702d6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/sunaoka/amazon-pay-api-sdk-php-laravel)[![PHP from Packagist](https://camo.githubusercontent.com/cbbeca200f6331ecf4e5b3c4fac29e3bd39d3519061466ca3fd16fd21f12931d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73756e616f6b612f616d617a6f6e2d7061792d6170692d73646b2d7068702d6c61726176656c)](composer.json)[![Laravel](https://camo.githubusercontent.com/555c67cbf88f01ade0315f4ea169d7d9f314744989fef128328c3ee477106843/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d2533453d253230362e782d726564)](https://laravel.com/)[![Test](https://github.com/sunaoka/amazon-pay-api-sdk-php-laravel/actions/workflows/test.yml/badge.svg)](https://github.com/sunaoka/amazon-pay-api-sdk-php-laravel/actions/workflows/test.yml)[![codecov](https://camo.githubusercontent.com/deda0e18094730d38e88e3c519efd2bfd2fd6858b8a888ad38b925b331313ecb/68747470733a2f2f636f6465636f762e696f2f67682f73756e616f6b612f616d617a6f6e2d7061792d6170692d73646b2d7068702d6c61726176656c2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d423639585539544d4d48)](https://codecov.io/gh/sunaoka/amazon-pay-api-sdk-php-laravel)

---

This library is The Laravel Framework binding for [amazon-pay-api-sdk-php](https://github.com/amzn/amazon-pay-api-sdk-php).

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

[](#installation)

```
composer require sunaoka/amazon-pay-api-sdk-php-laravel
```

Configurations
--------------

[](#configurations)

```
php artisan vendor:publish --tag=amazon-pay-config
```

The settings can be found in the generated `config/amazon-pay.php` configuration file.

```
