PHP Package: amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK for PHP developers to seamlessly integrate Amazon Pay into e-commerce websites and applications.

Current Version: 2.7.0
Last Updated: 2025-05-29
PHP Requirement: >=5.6.1
Dependencies:
guzzle/guzzle
symfony/yaml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Amazon Pay API SDK for PHP is a powerful tool that allows developers to easily integrate Amazon Pay functionalities into their e-commerce platforms. With a wide range of features and seamless integration, this SDK simplifies the process of accepting payments from Amazon customers, enhancing user experience and boosting conversion rates. Seamlessly handle transactions, refunds, and more, providing a secure and reliable payment solution for your users. Explore the Amazon Pay API SDK for PHP today and revolutionize your e-commerce experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.7.0

Download Download v2.7.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/amzn/amazon-pay-api-sdk-php/2.7.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/symfony/yaml/7.3.1/loader.php';

use Amzn\AmazonPay\ApiClient;
use GuzzleHttp\Client;
use Symfony\Component\Yaml\Yaml;

$obj = new ApiClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.