문제

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.

도움이 되었습니까?

다른 팁

The AWS SDK for PHP supports Amazon SNS.

The Zend Framework has libraries for S3, EC2, and SQS so it wouldn't surprise me if the team that built those was working on a more specific library for SNS as well. Maybe Zend's Amazon library will get you part of the way?

SNS is still in Beta, right? That may make it a little tougher to find the library you're looking for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top