⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
The async-aws SNS PHP library provides a comprehensive solution for interacting with Amazon Simple Notification Service. It offers seamless integration and efficient management of notifications, allowing developers to streamline their notification workflows effectively and reliably. With robust features and flexible functionalities, this library simplifies the process of managing notifications, making it an essential tool for developers working with AWS services.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/async-aws/sns/1.11.0/loader.php';
require_once 'libs/async-aws/sqs/2.7.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use AsyncAws\Sns\SnsClient;
use GuzzleHttp\Client;
use AsyncAws\Sqs\SqsClient;
$obj = new SnsClient();
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.