⚠️ 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.
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.