Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Libraries for Amazon Simple Notification Service

I wanted to start using the Amazon Simple Notification Service (http://aws.amazon.com/sns/), but I have not found any PHP libraries that I can use to access the service. I would rather not create my own library, I wanted to see if anybody has used any PHP libraries for the SNS service, and if they would recommend any.

like image 728
Mitch Dempsey Avatar asked May 16 '10 03:05

Mitch Dempsey


2 Answers

The AWS SDK for PHP supports Amazon SNS.

like image 99
Ryan Parman Avatar answered Nov 03 '22 02:11

Ryan Parman


Here's an unfinished php client for Amazon SNS

like image 28
Youssef Avatar answered Nov 03 '22 02:11

Youssef