PHP Package: async-aws/ses

Async-aws SES library offers seamless integration for PHP applications with Amazon Simple Email Service.

Current Version: 1.13.0
Last Updated: 2025-08-11
PHP Requirement: ^7.2.5 || ^8.0
Dependencies:
async-aws/core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The async-aws SES library simplifies the process of sending transactional and marketing emails through Amazon SES. With features like email validation, template management, and delivery tracking, this library enhances email communication for PHP developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.13.0

Download Download v1.13.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/async-aws/ses/1.13.0/loader.php';
require_once 'libs/async-aws/core/1.27.1/loader.php';

use AsyncAws\Ses\SesClient;
use AsyncAws\Ses\Input\SendEmailRequest;

$obj = new SesClient();
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.