PHP Package: async-aws/sns

Async-aws SNS PHP library for managing Amazon Simple Notification Service efficiently.

Current Version: 1.11.0
Last Updated: 2025-08-11
PHP Requirement: ^7.2.5 || ^8.0
Dependencies:
async-aws/sqs
guzzle/guzzle
⚠️ 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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.11.0

Download Download v1.11.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/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.